Skip to content

Commit

Permalink
Update Makefile CI to run on all pull request activity
Browse files Browse the repository at this point in the history
  • Loading branch information
shigoel committed Feb 16, 2024
1 parent 48ba375 commit 16b24c6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,8 @@ on:
workflow_dispatch: {}
# Run on every push:
push: {}
# Run when a pull request has been opened:
pull_request:
types:
- opened
# Run on pull request activity:
pull_request: {}

jobs:
build:
Expand Down

0 comments on commit 16b24c6

Please sign in to comment.