Skip to content

Commit

Permalink
Merge pull request #286 from Renumics/feature/enable-ci-on-pr
Browse files Browse the repository at this point in the history
Also run CI workflow on `pull_request` event
  • Loading branch information
druzsan authored Oct 20, 2023
2 parents 22b30df + de0eaa5 commit 55bf2a5
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 55bf2a5

Please sign in to comment.