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 96599ec commit be7b3e3Copy full SHA for be7b3e3
.github/workflows/push.yml
@@ -2,7 +2,9 @@ name: ci
2
on:
3
push:
4
branches:
5
- - "**"
+ - "**"
6
+ tags:
7
+ - "[0-9]+.[0-9]+.[0-9]+"
8
jobs:
9
build-core:
10
runs-on: ubuntu-latest
0 commit comments