Skip to content

Commit

Permalink
Don't run CI on all branches.
Browse files Browse the repository at this point in the history
  • Loading branch information
joaander committed May 20, 2024
1 parent b900502 commit 9fc79db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

push:
branches:
- "*"
- trunk
tags:
- "*"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
pull_request:
push:
branches:
- "*"
- trunk

workflow_dispatch:

Expand Down

0 comments on commit 9fc79db

Please sign in to comment.