Skip to content

Commit

Permalink
Update deploy-pages.yml: Trigger action by tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Kjuly committed May 12, 2024
1 parent 376d747 commit bae0657
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/deploy-pages.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
name: Deploy Static Pages

on:
push:
branches: ["main"]

workflow_dispatch:

push:
tags:
- '[0-9]+.[0-9]+.[0-9]+'

permissions:
contents: read
pages: write
Expand Down

0 comments on commit bae0657

Please sign in to comment.