Skip to content

Commit 334a610

Browse files
committed
Workflows
1 parent 20ab7b7 commit 334a610

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/publish.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,14 @@ name: Publish
22

33
on:
44
push:
5-
branches: [testbranch]
5+
tags:
6+
- v*
67

78
jobs:
89
build:
910
runs-on: ubuntu-latest
1011
steps:
1112
- uses: actions/checkout@v2
12-
with:
13-
ref: testbranch
1413

1514
- uses: actions/cache@v2
1615
with:

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
build:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v1
13+
- uses: actions/checkout@v2
1414

1515
- uses: actions/cache@v2
1616
with:

0 commit comments

Comments
 (0)