mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-12-24 12:14:23 +08:00
no need to run for PR from dev to master
This commit is contained in:
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:
|
||||
|
||||
Reference in New Issue
Block a user