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 a757a6c commit 17ad23cCopy full SHA for 17ad23c
.github/workflows/ci.yml
@@ -1,5 +1,9 @@
1
name: Build and Deploy
2
-on: [pull_request]
+on:
3
+ pull_request:
4
+ push:
5
+ branches:
6
+ - main
7
permissions:
8
contents: write
9
jobs:
0 commit comments