Skip to content

Commit

Permalink
Run unit tests on develop for v10 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
chris1984 committed May 7, 2024
1 parent 32866dc commit 1adae06
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ruby_tests.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Ruby tests
on:
push:
branches: [foreman_3_9]
branches: [v10]
pull_request:
branches: [foreman_3_9]
branches: [v10]


concurrency:
Expand All @@ -22,7 +22,7 @@ jobs:
fail-fast: false
matrix:
foreman:
- 3.9-stable
- develop
uses: theforeman/actions/.github/workflows/foreman_plugin.yml@v0
with:
plugin: foreman_rh_cloud
Expand Down

0 comments on commit 1adae06

Please sign in to comment.