Skip to content

Commit 94d0cb0

Browse files
committed
Don't test twice for PR commits
1 parent af30489 commit 94d0cb0

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/workflow.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
name: CI
2-
on: [push, pull_request]
2+
on:
3+
push:
4+
branches:
5+
- master
6+
pull_request:
7+
branches:
8+
- master
9+
310
jobs:
411
test:
512
runs-on: ubuntu-20.04

0 commit comments

Comments
 (0)