Skip to content

Commit a409cae

Browse files
authored
Merge pull request #326 from consideRatio/pr/fix-build-failure
ci: fix details in workflows causing duplicated builds and a failure
2 parents f22c7bd + fe36eff commit a409cae

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/publish.yml

+5
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,12 @@ name: Release
33

44
on:
55
push:
6+
branches-ignore:
7+
# don't double-build dependabot PRs
8+
- dependabot/**
9+
tags:
610
pull_request:
11+
workflow_dispatch:
712

813
jobs:
914
# Run tests using node, publish a package when tagged

.github/workflows/test.yml

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212
branches-ignore:
1313
# don't double-build dependabot PRs
1414
- dependabot/**
15+
tags: ["**"]
1516
pull_request:
1617
workflow_dispatch:
1718

0 commit comments

Comments
 (0)