Skip to content

Commit 39faa1f

Browse files
Merge pull request #5 from ipdata/claude/verify-all-tests-YVXdw
Claude/verify all tests yv xdw
2 parents 4895fdc + 97f4c4a commit 39faa1f

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1-
name: Publish to Hex.pm
1+
name: CI
22

33
on:
44
push:
5-
tags:
6-
- 'v*'
5+
branches: ['*']
6+
tags: ['v*']
7+
pull_request:
8+
branches: [main]
79

810
jobs:
911
test:
@@ -42,6 +44,7 @@ jobs:
4244
publish:
4345
name: Publish to Hex.pm
4446
needs: test
47+
if: startsWith(github.ref, 'refs/tags/v')
4548
runs-on: ubuntu-latest
4649
permissions:
4750
contents: read

0 commit comments

Comments
 (0)