Skip to content

Commit

Permalink
Only update website when pushing to develop branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ISSOtm committed May 18, 2021
1 parent 7fe8fb6 commit 4dc2fe4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: Build and deploy an updated version of the website

on:
push
push:
branches:
- develop

jobs:
build:
Expand Down

0 comments on commit 4dc2fe4

Please sign in to comment.