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 2882fb4 commit 125265cCopy full SHA for 125265c
.github/workflows/deploy.yml
@@ -0,0 +1,12 @@
1
+name: Deploy
2
+
3
+on:
4
+ workflow_dispatch:
5
6
+jobs:
7
+ deploy:
8
+ uses: Geode-solutions/actions/.github/workflows/py-deploy.yml@master
9
+ with:
10
+ npm: true
11
+ secrets: inherit
12
.github/workflows/merge_request.yml
@@ -0,0 +1,9 @@
+name: Merge request
+ release:
+ uses: Geode-solutions/actions/.github/workflows/py-merge-request.yml@master
.github/workflows/prepare_deploy.yml
+name: Prepare deploy
+ prepare:
+ uses: Geode-solutions/actions/.github/workflows/py-prepare-deploy.yml@master
0 commit comments