Skip to content

Commit 57a705e

Browse files
authored
Merge pull request #371 from darkdoc/fix_workflow
Run update metadata workflow only on pushes to main branch
2 parents 62610ec + 86eb21e commit 57a705e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/update-metadata.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ on:
99
paths:
1010
- "pattern-metadata.yaml"
1111
- ".github/workflows/update-metadata.yml"
12+
branches:
13+
- main
1214

1315
jobs:
1416
update-metadata:

0 commit comments

Comments
 (0)