We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9735a01 commit e990629Copy full SHA for e990629
.github/workflows/build.yml
@@ -1,14 +1,9 @@
1
-# This workflow uses actions that are not certified by GitHub.
2
-# They are provided by a third-party and are governed by
3
-# separate terms of service, privacy policy, and support
4
-# documentation.
5
-
6
name: Build and publish
7
on:
8
push:
9
branches: ['main']
10
tags:
11
- - 'v*.*.*'
+ - 'v*.*'
12
pull_request:
13
14
env:
0 commit comments