Skip to content

Commit b6b8594

Browse files
committed
CI update: Correct name of the branches, on which actions should be
executed
1 parent c1eb969 commit b6b8594

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

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

33
on:
44
push:
5-
branches: [main, githubactions]
5+
branches: [master]
66
pull_request:
7-
branches: [main, githubactions]
7+
branches: [master]
88

99
jobs:
1010
build-and-test:
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
container: ['ubuntu:latest', 'fedora:latest']
16+
container: ["ubuntu:latest", "fedora:latest"]
1717
compiler: [gcc, clang]
1818

1919
steps:

0 commit comments

Comments
 (0)