We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f63d2c8 commit ee6616aCopy full SHA for ee6616a
.github/workflows/release.yml
@@ -0,0 +1,9 @@
1
+name: Release
2
+on:
3
+ push:
4
+ branches:
5
+ - master
6
+jobs:
7
+ deployment:
8
+ runs-on: ubuntu-latest
9
+ environment: production
0 commit comments