fix ci concurrency
Browse files- .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 |
|