Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jboilard1994 committed Dec 8, 2024
1 parent ea0abf7 commit f0ac567
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,14 @@ name: CI
on:
push:
branches:
- master
- '**' # Triggers for pushes to any branch
pull_request:
branches:
- master
- master # Triggers for pull requests targeting the master branch
types:
- opened
- synchronize
- reopened

jobs:
build-and-up:
Expand Down

0 comments on commit f0ac567

Please sign in to comment.