We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fe8fb6 commit 4dc2fe4Copy full SHA for 4dc2fe4
.github/workflows/deploy.yml
@@ -1,7 +1,9 @@
1
name: Build and deploy an updated version of the website
2
3
on:
4
- push
+ push:
5
+ branches:
6
+ - develop
7
8
jobs:
9
build:
0 commit comments