Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
run CI on PR activity
  • Loading branch information
mreinstein authored Dec 14, 2023
1 parent 896622b commit 2f36753
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ name: CI

# Controls when the workflow will run
on:
# Triggers the workflow when activity on a pull request in the workflow's repository occurs
pull_request:

# Triggers the workflow on push or pull request events but only for the main branch
push:
branches: [ main ]
Expand Down

0 comments on commit 2f36753

Please sign in to comment.