Skip to content

Commit ed80354

Browse files
committed
chore: update GitHub Actions workflow to trigger on pull requests instead of push events
1 parent bedd591 commit ed80354

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@ name: main-ci
22

33
on:
44
workflow_dispatch:
5-
push:
6-
paths-ignore:
7-
- 'README.md'
5+
pull_request:
86

97
jobs:
108
build:

0 commit comments

Comments
 (0)