Skip to content

Commit 1fec8df

Browse files
authored
Update default.yml
1 parent 8036b5a commit 1fec8df

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/default.yml

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ name: Test and deploy to GitHub Pages
22

33
on: [push]
44

5+
concurrency:
6+
group: ${{ github.workflow }}-${{ github.ref }}
7+
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
8+
59
jobs:
610
init:
711
uses: ./.github/workflows/00-init.yml

0 commit comments

Comments
 (0)