Skip to content

Commit

Permalink
Actions run automatically with pull request or push to main (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
dinkelk authored Nov 27, 2023
1 parent 60605dc commit a82dfab
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 5 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/build_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@ name: Build the Linux Assembly
on:
push:
branches:
- master
- main
pull_request:
branches:
- main
workflow_dispatch:
jobs:
compile_job:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/build_pico.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@ name: Build the Pico Assembly
on:
push:
branches:
- master
- main
pull_request:
branches:
- main
workflow_dispatch:
jobs:
compile_job:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/publish_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@ name: Build All Documentation
on:
push:
branches:
- master
- main
pull_request:
branches:
- main
workflow_dispatch:
jobs:
compile_job:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/style_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@ name: Check Style
on:
push:
branches:
- master
- main
pull_request:
branches:
- main
workflow_dispatch:
jobs:
compile_job:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/test_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@ name: Run All Unit Tests
on:
push:
branches:
- master
- main
pull_request:
branches:
- main
workflow_dispatch:
jobs:
compile_job:
Expand Down

0 comments on commit a82dfab

Please sign in to comment.