Skip to content

Commit

Permalink
clean up workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
JMoore5353 committed Nov 22, 2024
1 parent 9004b3e commit bf8dc50
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/generate_mavlink_headers.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
name: Generate Mavlink Headers

# on:
# push:
# branches:
# - 'main'
on: [push]
on:
push:
branches:
- 'master'

jobs:
generate-headers:
Expand Down

0 comments on commit bf8dc50

Please sign in to comment.