We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f1553e commit 9f2eebfCopy full SHA for 9f2eebf
1 file changed
.github/workflows/meta-update.yml
@@ -0,0 +1,12 @@
1
+name: Trigger Meta Update
2
+
3
+on:
4
+ push:
5
+ branches:
6
+ - master
7
+ workflow_dispatch:
8
9
+jobs:
10
+ trigger:
11
+ uses: rsl-org/rsl/.github/workflows/trigger-update.yml@master
12
+ secrets: inherit
0 commit comments