Skip to content

Commit

Permalink
Merge pull request #12 from ferrous-systems/fix-ci
Browse files Browse the repository at this point in the history
Run CI on push and on PR.
  • Loading branch information
jonathanpallant authored Sep 10, 2024
2 parents 6eef99f + bc80a00 commit 6f63855
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-ferrocene.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

name: workflow-build-everything-ferrocene
run-name: Build Everything with Ferrocene
on: [push]
on: [push, pull_request]
jobs:
job-build-nrf52-app:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

name: workflow-build-everything
run-name: Build Everything
on: [push]
on: [push, pull_request]
jobs:
job-build-nrf52-app:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

name: workflow-code-analysis
run-name: Run code analysis
on: [push]
on: [push, pull_request]
jobs:
job-clippy-nrf52-app:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

name: workflow-code-format
run-name: Check code formatting
on: [push]
on: [push, pull_request]
jobs:
job-format-nrf52-app:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reuse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

name: workflow-code-licensing
run-name: Check code licensing
on: [push]
on: [push, pull_request]
jobs:
job-run-reuse-lint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 6f63855

Please sign in to comment.