Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bats-core/bats-assert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Karns <jason.karns@gmail.com>2023-02-24 16:14:43 +0300
committerGitHub <noreply@github.com>2023-02-24 16:14:43 +0300
commit423ac71a19079007831bec39b02db2a72c3c744f (patch)
tree08e2c718ea7d25d0a8e84e504bfa865d54b6e16c
parent44913ffe6020d1561c4c4d1e26cda8e07a1f374f (diff)
Create sync-master.yml
-rw-r--r--.github/workflows/sync-master.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.github/workflows/sync-master.yml b/.github/workflows/sync-master.yml
new file mode 100644
index 0000000..4577123
--- /dev/null
+++ b/.github/workflows/sync-master.yml
@@ -0,0 +1,8 @@
+name: Sync Master
+on:
+ push: { branches: main }
+ workflow_dispatch:
+
+jobs:
+ sync:
+ uses: bats-core/.github/.github/workflows/sync-master.yml@v1