Skip to content

Commit

Permalink
github: don't run publish_test on main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
aconchillo committed May 20, 2024
1 parent 077bb9f commit dbba453
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/publish_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ name: publish-test

on:
workflow_dispatch:
push:
pull_request:
branches:
- main
- "**"
paths-ignore:
- "docs/**"

jobs:
build:
Expand Down

0 comments on commit dbba453

Please sign in to comment.