Skip to content

Commit 440f6c7

Browse files
update build.yml
1 parent 5b97fd3 commit 440f6c7

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,11 @@ name: PR Validation
66
on:
77
# Triggers the workflow on push or pull request events but only for the main branch
88
pull_request:
9-
branches: [ main ]
10-
11-
# Allows you to run this workflow manually from the Actions tab
12-
workflow_dispatch:
9+
branches:
10+
- main
1311

1412
jobs:
1513
build:
16-
1714
runs-on: ubuntu-latest
1815
permissions:
1916
contents: read

0 commit comments

Comments
 (0)