Skip to content

Commit 48e289d

Browse files
committed
Update workflows
1 parent 8d51ad2 commit 48e289d

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ name: build
22

33
on:
44
pull_request:
5-
branches: 'master'
5+
branches:
6+
- 'master'
67
paths:
78
- '.github/workflows/build.yml'
89
- 'app/**'
@@ -13,7 +14,8 @@ on:
1314
- 'go.sum'
1415
push:
1516
branches: 'master'
16-
tags: '*.*.*'
17+
tags:
18+
- '*.*.*'
1719
paths:
1820
- '.github/workflows/build.yml'
1921
- 'app/**'

.github/workflows/released.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ name: released
22

33
on:
44
release:
5-
types: [published]
5+
types:
6+
- published
67

78
jobs:
89
virustotal:

0 commit comments

Comments
 (0)