Skip to content

Commit 9051a2b

Browse files
authored
chore: add running on pull requests and change when it runs on branch push
1 parent 9f424ce commit 9051a2b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
name: Build Project
22

33
on:
4+
pull_request:
45
push:
5-
branches: [ "main", "workflow" ]
6+
branches: main
67
workflow_dispatch:
78

89
jobs:

0 commit comments

Comments
 (0)