Skip to content

Commit

Permalink
build: ignore main branch pushes for test-on-branch.yml workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
joekiller committed Jul 8, 2024
1 parent bcb58c5 commit de3ee20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-on-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: Test on Branch
on:
workflow_dispatch:
push:
branches:
- "!main"
branches-ignore:
- main

jobs:
release:
Expand Down

0 comments on commit de3ee20

Please sign in to comment.