mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-01-07 15:12:10 +08:00
filer events
This commit is contained in:
12
.github/workflows/PebbleStrict.yml
vendored
12
.github/workflows/PebbleStrict.yml
vendored
@@ -1,5 +1,15 @@
|
||||
name: PebbleStrict
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- '*'
|
||||
paths:
|
||||
- '**.sh'
|
||||
pull_request:
|
||||
branches:
|
||||
- dev
|
||||
paths:
|
||||
- '**.sh'
|
||||
|
||||
jobs:
|
||||
PebbleStrict:
|
||||
|
||||
Reference in New Issue
Block a user