We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d51ad2 commit 48e289dCopy full SHA for 48e289d
2 files changed
.github/workflows/build.yml
@@ -2,7 +2,8 @@ name: build
2
3
on:
4
pull_request:
5
- branches: 'master'
+ branches:
6
+ - 'master'
7
paths:
8
- '.github/workflows/build.yml'
9
- 'app/**'
@@ -13,7 +14,8 @@ on:
13
14
- 'go.sum'
15
push:
16
branches: 'master'
- tags: '*.*.*'
17
+ tags:
18
+ - '*.*.*'
19
20
21
.github/workflows/released.yml
@@ -2,7 +2,8 @@ name: released
release:
- types: [published]
+ types:
+ - published
jobs:
virustotal:
0 commit comments