Skip to content

Commit 816c076

Browse files
committed
ci: remove pull_request master filter from ci and lint
1 parent 6d971a7 commit 816c076

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
push:
55
branches: [ "master" ]
66
pull_request:
7-
branches: [ "master" ]
87

98
workflow_dispatch:
109

.github/workflows/lint.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
push:
55
branches: [ "master" ]
66
pull_request:
7-
branches: [ "master" ]
87

98
concurrency:
109
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)