Skip to content

Commit a77aa71

Browse files
authored
Update version.yml paths filter
1 parent 5513903 commit a77aa71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Version Bump
22
on:
3-
push: { branches: main, paths: "share/node-build/"}
3+
push: { branches: main, paths: "share/node-build/**"}
44
schedule: [{ cron: '0 10 * * *' }] # daily: https://crontab.guru/#0_10_*_*_*
55
workflow_dispatch:
66
inputs:

0 commit comments

Comments
 (0)