Skip to content

Commit cc02d00

Browse files
committed
chore: Updated Workflow
1 parent 52b8e10 commit cc02d00

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pr-check.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ name: PR Checks
6868
on:
6969
push:
7070
branches: [ dev ] # Runs on pushes to dev branch
71-
pull_request: # Runs on all pull requests
71+
pull_request:
72+
branches: [ dev ] # Runs on pushes to dev branch
7273

7374
# Concurrency settings to prevent multiple simultaneous workflow runs
7475
concurrency:

0 commit comments

Comments
 (0)