We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5513903 commit a77aa71Copy full SHA for a77aa71
.github/workflows/version.yml
@@ -1,6 +1,6 @@
1
name: Version Bump
2
on:
3
- push: { branches: main, paths: "share/node-build/"}
+ push: { branches: main, paths: "share/node-build/**"}
4
schedule: [{ cron: '0 10 * * *' }] # daily: https://crontab.guru/#0_10_*_*_*
5
workflow_dispatch:
6
inputs:
0 commit comments