Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mloiseleur committed Apr 19, 2024
1 parent ee3b6b1 commit dc4a1f6
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
name: Build and Test

on:
push:
branches:
- 'main'
pull_request:
types: [opened, reopened, synchronize, ready_for_review]
branches:
- '*'
- 'main'

permissions:
contents: write

jobs:
build:
if: "!github.event.pull_request.draft"
strategy:
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
Expand Down

0 comments on commit dc4a1f6

Please sign in to comment.