Skip to content

Commit

Permalink
ci: do not run tests on draft/* branches
Browse files Browse the repository at this point in the history
  • Loading branch information
KillerJulian committed Feb 10, 2024
1 parent 177f106 commit de02332
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: 🧪 Tests
on:
workflow_dispatch:
push:
branches:
- '*'
- '!draft/*'
pull_request:
types: [opened, synchronize]

Expand Down

0 comments on commit de02332

Please sign in to comment.