Skip to content

Commit cab4280

Browse files
chore(ci): trigger gha workflows on pull request [] (#2616)
* chore: add GHA trigger on PRs * chore: only trigger on main branch and PRs to address concurrency runs
1 parent 1a378a4 commit cab4280

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ permissions:
44

55
on:
66
push:
7-
branches: ['**']
7+
branches:
8+
- main
9+
pull_request:
810

911
jobs:
1012
build:

0 commit comments

Comments
 (0)