We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5adfae commit 6daed21Copy full SHA for 6daed21
.github/workflows/ci.yml
@@ -2,6 +2,8 @@ name: CI
2
on:
3
push:
4
branches: [ master ]
5
+ tags:
6
+ - '*'
7
pull_request:
8
branches: ['*']
9
workflow_dispatch:
0 commit comments