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.
2 parents 44913ff + 423ac71 commit 42e4d86Copy full SHA for 42e4d86
.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