Skip to content

Commit cd668fb

Browse files
committed
ci: Do not run actions twice for PRs against master
1 parent 47acdef commit cd668fb

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/lint.yml

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

33
on:
44
push:
5+
branch: master
56
paths:
67
- '.github/workflows/lint.yml'
78
- '**.py'

.github/workflows/syntax.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Syntax Tests
22

33
on:
44
push:
5+
branch: master
56
paths:
67
- '.github/workflows/syntax.yml'
78
- '**.sublime-syntax'

.github/workflows/typecheck.yml

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

33
on:
44
push:
5+
branch: master
56
paths:
67
- '.github/workflows/typecheck.yml'
78
- '**.py'

0 commit comments

Comments
 (0)