Skip to content

Commit 01c46f3

Browse files
committed
tryout to fix duplicate ci runs the other way
1 parent ed2abb4 commit 01c46f3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ name: CI
22

33
on:
44
push:
5+
branches:
6+
- main
57
pull_request:
8+
branches:
9+
- main
610
workflow_dispatch:
711

8-
concurrency:
9-
group: ${{ github.workflow }}-${{ github.ref }}
10-
cancel-in-progress: true
11-
1212
jobs:
1313
lint:
1414
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)