Skip to content

Commit

Permalink
add actions filter
Browse files Browse the repository at this point in the history
  • Loading branch information
uiolee committed Jul 10, 2023
1 parent 70a6a4e commit eb26a6a
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/sign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ name: SIGN

on:
push:
branches: ["main",'sign']
branches: ["main"]
paths:
- '*/manifest.json'
- '*/**/manifest.json'
- '**/manifest.json'

env:
OUTPUT_DIR: .web-ext
Expand All @@ -29,11 +33,9 @@ jobs:
dir_names: "true"
json: "true"
files: |
*manifest.json
**manifest.json
*/manifest.json
*/**/manifest.json
**/manifest.json
/**manifest.json
/**/manifest.json
- name: echo Changed Dirs
id: res
Expand Down

0 comments on commit eb26a6a

Please sign in to comment.