We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cb4935 commit 769ab83Copy full SHA for 769ab83
.github/workflows/ci.yml
@@ -4,6 +4,8 @@ on:
4
push:
5
branches-ignore:
6
- dependabot/**
7
+ tags:
8
+ - '**'
9
10
jobs:
11
run-ci:
0 commit comments