Skip to content

Commit

Permalink
Run CI tests with pushes to ahart_test.
Browse files Browse the repository at this point in the history
  • Loading branch information
aehart committed Jan 29, 2025
1 parent ecc1918 commit c67aa56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github_CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ name: PR validation with GitLab CI
on: # Controls when the action will run.
workflow_dispatch:
push: # Please specify your branch down here if you want CI to run for each push to it.
branches: [L1TK-dev-14_2_0_pre4]
branches: [ahart_test]
# branches: [myBranchUnderTest]
pull_request: # Run CI if someone makes a PR to any branch
# branches: [L1TK-dev-14_2_0_pre4] # Optionally only run CI if PR is to this branch.
Expand Down

0 comments on commit c67aa56

Please sign in to comment.