Skip to content

Commit f746f7f

Browse files
authored
Update tag-and-release.yml
1 parent b0d93fe commit f746f7f

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/workflows/tag-and-release.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,17 @@ name: Test and maybe create a new release
22

33
on:
44
push:
5-
branches:
6-
- master
5+
branches: [master, v3]
76
permissions:
87
contents: write
98
jobs:
109
test:
11-
uses: ./.github/workflows/reusable-testing.yml
10+
runs-on: ubuntu-latest
11+
steps:
12+
- uses: actions/checkout@v2
13+
with:
14+
fetch-depth: 0
15+
- uses: ./.github/workflows/reusable-testing.yml
1216
tag:
1317
runs-on: ubuntu-latest
1418
needs: test

0 commit comments

Comments
 (0)