We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc48d9d commit 7e243c5Copy full SHA for 7e243c5
.github/workflows/staging.yml
@@ -1,6 +1,9 @@
1
name: Host a staging instance of Surge
2
3
-on: workflow_dispatch
+on:
4
+ push:
5
+ branches:
6
+ - staging
7
8
jobs:
9
staging:
0 commit comments