Skip to content

Commit

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

jobs:
build:
Expand Down

0 comments on commit 8184ccf

Please sign in to comment.