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 5fc9c65 commit b474857Copy full SHA for b474857
.github/workflows/merge_request.yml
@@ -0,0 +1,9 @@
1
+name: Merge request
2
+
3
+on:
4
+ workflow_dispatch:
5
6
+jobs:
7
+ release:
8
+ uses: Geode-solutions/actions/.github/workflows/py-merge-request.yml@master
9
+ secrets: inherit
0 commit comments