Skip to content

Commit 3b45887

Browse files
committed
restrict CI
1 parent ecadf9a commit 3b45887

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-additional.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
- "*"
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
- "*"
66
pull_request:
77
branches:
8-
- "*"
8+
- "main"
99
workflow_dispatch: # allows you to trigger manually
1010

1111
concurrency:

0 commit comments

Comments
 (0)