Skip to content

Commit

Permalink
feat: remove this branch from push.branches and add trigger workflow …
Browse files Browse the repository at this point in the history
…run from build-and-test-nightly.yml
  • Loading branch information
marfanr committed Feb 13, 2024
1 parent ec6ad89 commit 4946cf0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/build-and-test-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ on:
pull_request:
branches: [master]
push:
branches: [master]
branches: [master, feature/fix-github-actions]
workflow_run:
workflows: [CI]
types: [completed]
jobs:
build-and-test-nightly:
runs-on: ubuntu-20.04
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-ros2-ws-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
workflow_dispatch:
pull_request:
push:
branches: [master, feature/fix-github-actions]
branches: [master]
jobs:
build-and-test:
name: Build and Test
Expand Down

0 comments on commit 4946cf0

Please sign in to comment.