Skip to content

Commit

Permalink
Trigger run on development as well as main
Browse files Browse the repository at this point in the history
  • Loading branch information
chrstrom authored Jul 15, 2024
1 parent b1a4840 commit fde5228
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-workspace.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Build ROS 2 Package

on:
workflow_dispatch:
push:
branches: [ main ]
branches: [ main, development ]
pull_request:
branches: [ main ]
branches: [ main, development ]
workflow_dispatch:

jobs:
build:
Expand Down

0 comments on commit fde5228

Please sign in to comment.