Skip to content

Commit 0a58f99

Browse files
committed
ci: Enable action run for fix-ci branch
(cherry picked from commit fca726e)
1 parent 00cf4c4 commit 0a58f99

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
@@ -2,9 +2,9 @@ name: CI
22

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

99
jobs:
1010
build-linux:

tests/util/test_util.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ test_util.setup_pkg() {
5959
git init .
6060
touch 'README.md'
6161
git add .
62-
git branch -M master
6362
git commit -m "Initial commit"
63+
git branch -M master
6464
}
6565

6666
# @description Commits changes and cd's out of the package directory

0 commit comments

Comments
 (0)