Skip to content

Commit

Permalink
Update github pages only on tagged release (#400)
Browse files Browse the repository at this point in the history
  • Loading branch information
wbarnha authored Oct 28, 2022
1 parent fd088f2 commit 1ba6962
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
name: Pages

on:
push:
# Only run when release is created in the master branch
release:
types: [created]
branches:
- master
- 'master'

jobs:
build:
Expand Down

0 comments on commit 1ba6962

Please sign in to comment.