Skip to content

Commit 7f71709

Browse files
authored
only run Build action for PRs (#20)
1 parent bd48859 commit 7f71709

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ name: Build
55
# Controls when the workflow will run
66
on:
77
workflow_dispatch:
8-
push:
9-
branches: ["main"]
108
pull_request:
119
branches: ["main"]
1210
permissions:

0 commit comments

Comments
 (0)