Skip to content

Commit

Permalink
ci: update pages workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
DakshG07 committed Sep 4, 2023
1 parent 2b4692b commit 755c498
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,10 @@
name: Github Pages

# Runs whenever we release a new semantically versioned tag.
on:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'

# to only run when you do a new github release, comment out above part and uncomment the below trigger.
# on:
# release:
# types:
# - published
on:
release:
types:
- published

permissions:
contents: write # for committing to gh-pages branch.
Expand Down

0 comments on commit 755c498

Please sign in to comment.