posix4e commited on
Commit
bdbf890
·
1 Parent(s): dcd3c2f

fix ci concurrency

Browse files
Files changed (1) hide show
  1. .github/workflows/ci.yml +1 -0
.github/workflows/ci.yml CHANGED
@@ -1,6 +1,7 @@
1
  name: CI
2
  on:
3
  push:
 
4
  pull_request:
5
  workflow_dispatch:
6
 
 
1
  name: CI
2
  on:
3
  push:
4
+ branches: [main]
5
  pull_request:
6
  workflow_dispatch:
7