We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b32c187 commit b3bd4abCopy full SHA for b3bd4ab
1 file changed
.github/workflows/ci_tests.yml
@@ -6,9 +6,11 @@ name: CI
6
on:
7
# Triggers the workflow on push or pull request events but only for the main branch
8
push:
9
- branches: [ actions_ci ]
+ branches:
10
+ - "*"
11
pull_request:
12
13
14
15
# Allows you to run this workflow manually from the Actions tab
16
workflow_dispatch:
@@ -62,7 +64,7 @@ jobs:
62
64
bundle install --gemfile=software/scripts/Gemfile
63
65
66
# Run Ruby tests
- - name: Run tests
67
+ - name: Run Ruby tests
68
run: (cd software/scripts; bundle exec rake)
69
env:
70
SOFT_LINT: true
0 commit comments