Skip to content

Commit

Permalink
Fix CI trigger on PR (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
djeedai committed Jan 30, 2024
1 parent 5f06069 commit 5e6214b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/ci.yaml
@@ -1,10 +1,23 @@
name: CI

on:
# Run on pull requests (PR)
pull_request:
types:
# New PR
- opened
# Change pushed to source branch
- synchronize
# PR reopened
- reopened
# PR converted from Draft to Ready For Review
- ready_for_review
# Run on any new change on the main branch (CI)
push:
branches:
- main
# Enable manual trigger via GitHub UI
workflow_dispatch:

env:
CARGO_TERM_COLOR: always
Expand Down

0 comments on commit 5e6214b

Please sign in to comment.