mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-11-10 00:11:45 +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
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- '*'
|
||||
pull_request:
|
||||
branches:
|
||||
- dev
|
||||
|
||||
jobs:
|
||||
Ubuntu:
|
||||
|
Loading…
Reference in New Issue
Block a user