Skip to content

Commit

Permalink
configure concurrency settings on workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
mojavelinux committed Nov 19, 2023
1 parent c1011c0 commit 508ee8f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Publish to GitHub Pages
on:
push:
branches: [main, master]
concurrency:
group: pages
cancel-in-progress: true
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
contents: read
Expand Down

0 comments on commit 508ee8f

Please sign in to comment.