Skip to content

Commit 3566683

Browse files
authored
ci: fix run on pull requests (#56)
1 parent 6f62c13 commit 3566683

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/pull_request.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,10 @@
11
name: pull_request
22

33
on:
4-
push:
5-
branches:
6-
- master
74
pull_request:
8-
branches:
9-
- master
105

116
jobs:
127
test:
13-
if: github.ref != 'refs/heads/master'
148
runs-on: ubuntu-latest
159
steps:
1610
- name: Checkout

0 commit comments

Comments
 (0)