Skip to content

Commit

Permalink
Add check_run event.
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-g2-365 committed Feb 28, 2024
1 parent 3b764a5 commit 8f6ecff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Aruduino Build on push workflow

# Define the trigger events.
on: [push]
on: [push, check_run]

# Jobs run in parallel be default, each runs steps in sequence
jobs:
Expand Down

0 comments on commit 8f6ecff

Please sign in to comment.