Skip to content

Commit

Permalink
Target iron branch in iron CI
Browse files Browse the repository at this point in the history
Signed-off-by: Kenji Brameld <kenjibrameld@gmail.com>
  • Loading branch information
ijnek committed Jul 27, 2023
1 parent 7e8f86b commit 01b4f30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_test_iron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ name: Build and Test (iron)
on:
# Triggers the workflow on push
push:
branches: [ rolling ]
branches: [ iron ]

# Triggers the workflow on pull requests
pull_request:
branches: [ rolling ]
branches: [ iron ]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down

0 comments on commit 01b4f30

Please sign in to comment.