Skip to content

Commit

Permalink
Remove annoying step
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmp85 committed Oct 7, 2024
1 parent 64398ca commit 4a8583f
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/trunk_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,9 @@ defaults:
working-directory: ./

on:
pull_request:
branches:
- main
paths-ignore:
- "README.md"
push:
branches:
- main
paths-ignore:
- "README.md"
# Release on semantic version tag.
tags: ['v[0-9]+.[0-9]+.[0-9]+']

release:
types:
Expand Down

0 comments on commit 4a8583f

Please sign in to comment.