Skip to content

Commit 7fa76e6

Browse files
committed
Dedupe GitHub actions
1 parent a0fced4 commit 7fa76e6

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)