Skip to content

Commit 593005d

Browse files
committed
Setting up concurrency
1 parent 8498c18 commit 593005d

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/website.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ name: Website
22

33
on:
44
push:
5+
branches: [ main, master]
6+
7+
concurrency:
8+
group: ${{ github.workflow }}-${{ github.ref }}
9+
cancel-in-progress: true
510

611
jobs:
712
build:

0 commit comments

Comments
 (0)