Skip to content

Commit d224a40

Browse files
authored
Merge pull request #21 from studiorack/feature/release-action
Dedupe GitHub actions
2 parents 1b02428 + 7fa76e6 commit d224a40

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@ name: Test
22

33
on:
44
push:
5-
pull_request:
5+
branches-ignore:
6+
- main
7+
tags-ignore:
8+
- 'v*'
69

710
jobs:
811
test_code:

0 commit comments

Comments
 (0)