mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-12-27 07:21:53 +00:00
no need to run for PR from dev to master
This commit is contained in:
parent
3b3d7eff3c
commit
4632035581
8
.github/workflows/LetsEncrypt.yml
vendored
8
.github/workflows/LetsEncrypt.yml
vendored
@ -1,5 +1,11 @@
|
|||||||
name: LetsEncrypt
|
name: LetsEncrypt
|
||||||
on: [push, pull_request]
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- '*'
|
||||||
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- dev
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
Ubuntu:
|
Ubuntu:
|
||||||
|
Loading…
Reference in New Issue
Block a user