Skip to content

Commit

Permalink
ci: update action
Browse files Browse the repository at this point in the history
  • Loading branch information
DakshG07 authored Sep 3, 2023
1 parent fa95239 commit 8bc126f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
name: Github Pages

# By default, runs if you push to master. keeps your deployed app in sync with master branch.
# Runs whenever we release a new semantically versioned tag.
on:
push:
branches:
- master
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:
Expand Down

0 comments on commit 8bc126f

Please sign in to comment.