Skip to content

Commit

Permalink
Also run CI workflow on pull_request event
Browse files Browse the repository at this point in the history
  • Loading branch information
druzsan committed Oct 20, 2023
1 parent 398b482 commit de0eaa5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: CI

on: push
on:
- push
- pull_request

# As long as we use local actions, checkout should be made in workflow before
# and not in the local actions. Otherwise, no action file found.
Expand Down

0 comments on commit de0eaa5

Please sign in to comment.