Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
A little more workflow love.
  • Loading branch information
kylemallory authored Jan 10, 2025
1 parent 883cf84 commit 7a09ee2
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,13 @@ on:
push:
branches:
- '**'
pull_request:
- 'develop'
- 'main'
tags:
- '\d+.\d+.\d+'
- '[0-9].[0-9]+.[0-9]+'
pull_request:
branches:
- main
- develop
- '[0-9].[0-9]+.[0-9]+-rc'

concurrency:
group: ${{ github.ref }}
Expand Down

0 comments on commit 7a09ee2

Please sign in to comment.