Skip to content

Commit 9d354e1

Browse files
authored
Merge pull request #44 from wermos/fix-mistake
[NFC] Remove extra branch name in CI YAML file
2 parents c9a673a + b4d985c commit 9d354e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: CI Tests
55
on:
66
workflow_dispatch:
77
push:
8-
branches: [main, ci]
8+
branches: [main]
99
pull_request:
1010
branches: [main]
1111
jobs:

0 commit comments

Comments
 (0)