Skip to content

Commit

Permalink
CI - Only run on specific conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
keylogic1 committed Jul 12, 2024
1 parent ff4692e commit 0db222a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@ on:
push:
tags:
- "*"
release:
types:
- created
branches:
- "main"
- "releases/v3.x"
- "chore/fix-ci"
pull_request:
branches:
- "main"
- "releases/v3.x"
- "chore/fix-ci"
workflow_dispatch:
Expand Down

0 comments on commit 0db222a

Please sign in to comment.