We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1eb969 commit b6b8594Copy full SHA for b6b8594
1 file changed
.github/workflows/ci.yml
@@ -2,9 +2,9 @@ name: CI Matrix
2
3
on:
4
push:
5
- branches: [main, githubactions]
+ branches: [master]
6
pull_request:
7
8
9
jobs:
10
build-and-test:
@@ -13,7 +13,7 @@ jobs:
13
strategy:
14
fail-fast: false
15
matrix:
16
- container: ['ubuntu:latest', 'fedora:latest']
+ container: ["ubuntu:latest", "fedora:latest"]
17
compiler: [gcc, clang]
18
19
steps:
0 commit comments