Skip to content

Commit

Permalink
ci: update ci to run pr on specific events
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdyman committed Aug 26, 2023
1 parent 3046bf9 commit 95cc205
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
push:
branches: [main]
pull_request:
types:
- opened
- synchronize
workflow_dispatch:

jobs:
build:
Expand Down

0 comments on commit 95cc205

Please sign in to comment.