Skip to content
This repository was archived by the owner on Nov 11, 2024. It is now read-only.

Commit c07032f

Browse files
committed
ci: avoid duplicate runs
1 parent 6d08925 commit c07032f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: 'Lint'
22

33
on:
44
push:
5-
branches: [master, develop]
5+
branches: [develop]
66
pull_request:
77
branches: [master, develop]
88

.github/workflows/test.yml

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

33
on:
44
push:
5-
branches: [master, develop]
5+
branches: [develop]
66
pull_request:
77
branches: [master, develop]
88

0 commit comments

Comments
 (0)