Skip to content

Commit b3bd4ab

Browse files
committed
Run Ations CI tests on all branches
1 parent b32c187 commit b3bd4ab

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/ci_tests.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@ name: CI
66
on:
77
# Triggers the workflow on push or pull request events but only for the main branch
88
push:
9-
branches: [ actions_ci ]
9+
branches:
10+
- "*"
1011
pull_request:
11-
branches: [ actions_ci ]
12+
branches:
13+
- "*"
1214

1315
# Allows you to run this workflow manually from the Actions tab
1416
workflow_dispatch:
@@ -62,7 +64,7 @@ jobs:
6264
bundle install --gemfile=software/scripts/Gemfile
6365
6466
# Run Ruby tests
65-
- name: Run tests
67+
- name: Run Ruby tests
6668
run: (cd software/scripts; bundle exec rake)
6769
env:
6870
SOFT_LINT: true

0 commit comments

Comments
 (0)