Skip to content

Commit

Permalink
ci: don't run GitHub pages workflow when a tag is created
Browse files Browse the repository at this point in the history
  • Loading branch information
plusvic committed May 29, 2024
1 parent 53e807e commit 7310f05
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/site.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ name: GitHub Pages
on:
# Runs when site/** changes or when this file is modified.
push:
tags-ignore:
- '**'
paths:
- 'site/**'
- '.github/workflows/site.yaml'
Expand Down

0 comments on commit 7310f05

Please sign in to comment.