Skip to content

Commit

Permalink
Run build workflows whenever common code changes
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyparrish committed Oct 16, 2024
1 parent 28c56dc commit 4190c1f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-emulators.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
paths:
- emulator-patches/**
- software/player/**
- common/**
- .github/workflows/build-emulators.yaml
pull_request: # Trigger for pull requests.
types: [opened, synchronize, reopened, ready_for_review]
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-firmware.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- main
paths:
- firmware/**
- common/**
- .github/workflows/build-firmware.yaml
pull_request: # Trigger for pull requests.
types: [opened, synchronize, reopened, ready_for_review]
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-software.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- main
paths:
- software/**
- common/**
- .github/workflows/build-software.yaml
pull_request: # Trigger for pull requests.
types: [opened, synchronize, reopened, ready_for_review]
Expand Down

0 comments on commit 4190c1f

Please sign in to comment.