no need to run for PR from dev to master

This commit is contained in:
neil 2020-08-29 01:32:10 +08:00
parent 3b3d7eff3c
commit 4632035581
1 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,11 @@
name: LetsEncrypt
on: [push, pull_request]
on:
push:
branches:
- '*'
pull_request:
branches:
- dev
jobs:
Ubuntu: