We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00cf4c4 commit 0a58f99Copy full SHA for 0a58f99
.github/workflows/ci.yml
@@ -2,9 +2,9 @@ name: CI
2
3
on:
4
push:
5
- branches: [ main ]
+ branches: [ main, fix-ci ]
6
pull_request:
7
8
9
jobs:
10
build-linux:
tests/util/test_util.sh
@@ -59,8 +59,8 @@ test_util.setup_pkg() {
59
git init .
60
touch 'README.md'
61
git add .
62
- git branch -M master
63
git commit -m "Initial commit"
+ git branch -M master
64
}
65
66
# @description Commits changes and cd's out of the package directory
0 commit comments