Skip to content

Commit

Permalink
ci: allow workflow to be triggered by any pull request event
Browse files Browse the repository at this point in the history
  • Loading branch information
threeal committed Nov 6, 2023
1 parent c8613c3 commit 935a670
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: CI
on:
workflow_dispatch:
pull_request:
branches: [master]
push:
branches: [master]
jobs:
Expand Down

0 comments on commit 935a670

Please sign in to comment.