Skip to content

Commit

Permalink
changed pr workflow triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
tcappellari-bdai committed May 14, 2024
1 parent 80a039f commit 763d220
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,15 @@
name: CI

on:
pull_request:
pull_request:
# Defaults + ready_for_review
types:
- opened
- reopened
- synchronize
- ready_for_review
- labeled
- unlabeled
push:
branches:
- main
Expand Down

0 comments on commit 763d220

Please sign in to comment.