We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 786c837 commit 777d7f0Copy full SHA for 777d7f0
1 file changed
.github/workflows/build.yml
@@ -6,7 +6,9 @@ name: Build evently
6
on:
7
pull_request:
8
branches: [ "main" ]
9
-
+ push:
10
+ branches: [ "main" ]
11
+
12
# important for azure/login
13
permissions:
14
id-token: write
0 commit comments