Skip to content

Commit 931ce53

Browse files
author
Kosh
committed
only trigger builds in PRs
1 parent b7e1e46 commit 931ce53

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: Build And Test
22

33
on:
4-
push:
5-
branches:
6-
- main
7-
paths-ignore:
8-
- '**.md'
4+
# push:
5+
# branches:
6+
# - main
7+
# paths-ignore:
8+
# - '**.md'
99
pull_request:
1010
paths-ignore:
1111
- '**.md'

0 commit comments

Comments
 (0)