Skip to content

Commit

Permalink
Run CI on PRs and pushes
Browse files Browse the repository at this point in the history
  • Loading branch information
jhamon committed Oct 4, 2023
1 parent 5b40587 commit 67707c8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ name: Pull Request

on:
workflow_dispatch: {}
pull_request: {}
push:
branches:
- main

jobs:
build:
Expand Down

0 comments on commit 67707c8

Please sign in to comment.