We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f22c7bd + fe36eff commit a409caeCopy full SHA for a409cae
.github/workflows/publish.yml
@@ -3,7 +3,12 @@ name: Release
3
4
on:
5
push:
6
+ branches-ignore:
7
+ # don't double-build dependabot PRs
8
+ - dependabot/**
9
+ tags:
10
pull_request:
11
+ workflow_dispatch:
12
13
jobs:
14
# Run tests using node, publish a package when tagged
.github/workflows/test.yml
@@ -12,6 +12,7 @@ on:
branches-ignore:
# don't double-build dependabot PRs
- dependabot/**
15
+ tags: ["**"]
16
17
workflow_dispatch:
18
0 commit comments