Skip to content

Commit f7edd1e

Browse files
committed
restrict CI
1 parent ecadf9a commit f7edd1e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci-additional.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: CI Additional
22
on:
33
push:
44
branches:
5-
- "*"
5+
- "main"
66
pull_request:
77
branches:
8-
- "*"
8+
- "main"
99
workflow_dispatch: # allows you to trigger manually
1010

1111
concurrency:

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: CI
22
on:
33
push:
44
branches:
5-
- "*"
5+
- "main"
66
pull_request:
77
branches:
8-
- "*"
8+
- "main"
99
workflow_dispatch: # allows you to trigger manually
1010

1111
concurrency:

0 commit comments

Comments
 (0)