mirror of
https://github.com/peaceiris/actions-gh-pages.git
synced 2026-09-25 14:18:40 +00:00
gha: Add paths trigger
This commit is contained in:
@@ -1,6 +1,12 @@
|
||||
name: docker image ci
|
||||
|
||||
on: push
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- '**'
|
||||
- '!LICENSE'
|
||||
- '!README.md'
|
||||
- '!images'
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
||||
Reference in New Issue
Block a user