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 44913ff commit 423ac71Copy full SHA for 423ac71
.github/workflows/sync-master.yml
@@ -0,0 +1,8 @@
1
+name: Sync Master
2
+on:
3
+ push: { branches: main }
4
+ workflow_dispatch:
5
+
6
+jobs:
7
+ sync:
8
+ uses: bats-core/.github/.github/workflows/sync-master.yml@v1
0 commit comments