Skip to content

Commit c434bf1

Browse files
committed
CI: pass arrays to branches key
... as that's what the YAML grammar requires (even though it seems to work just fine).
1 parent 9b00942 commit c434bf1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: Ubuntu CI
33

44
on:
55
push:
6-
branches: main
6+
branches: [main]
77
pull_request:
8-
branches: main
8+
branches: [main]
99

1010
jobs:
1111
ubuntu:

.github/workflows/coverity.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Coverity
33

44
on:
55
push:
6-
branches: main
6+
branches: [main]
77

88
jobs:
99
coverity:

0 commit comments

Comments
 (0)