Skip to content

Commit

Permalink
Update tag-and-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LandonTClipp authored Jan 1, 2025
1 parent b0d93fe commit f746f7f
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/tag-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,17 @@ name: Test and maybe create a new release

on:
push:
branches:
- master
branches: [master, v3]
permissions:
contents: write
jobs:
test:
uses: ./.github/workflows/reusable-testing.yml
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: ./.github/workflows/reusable-testing.yml
tag:
runs-on: ubuntu-latest
needs: test
Expand Down

0 comments on commit f746f7f

Please sign in to comment.