Skip to content

Commit 4dc2fe4

Browse files
committed
Only update website when pushing to develop branch
1 parent 7fe8fb6 commit 4dc2fe4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/deploy.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
name: Build and deploy an updated version of the website
22

33
on:
4-
push
4+
push:
5+
branches:
6+
- develop
57

68
jobs:
79
build:

0 commit comments

Comments
 (0)