Skip to content

Commit 866a22d

Browse files
committed
CI: Only run tests on pushes to main
1 parent b801247 commit 866a22d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/pull-request.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
---
22
name: Pull request
33
on:
4-
- push
5-
- pull_request
4+
push:
5+
branches:
6+
- main
7+
pull_request:
68
jobs:
79
build:
810
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)