Skip to content

Commit

Permalink
restrict noetic CI workflow to only run on relevant branches or PRs t…
Browse files Browse the repository at this point in the history
…o those branches
  • Loading branch information
Cakem1x committed Jan 24, 2024
1 parent fc5df71 commit 83b3a28
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/noetic.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
name: Noetic CI

on: [push, pull_request]
on:
push:
branches:
- 'master'
- 'noetic'
pull_request:
branches:
- 'master'
- 'noetic'
workflow_dispatch:
branches:
- '*'

jobs:
build:
Expand Down

0 comments on commit 83b3a28

Please sign in to comment.