Skip to content

Commit cd17f0b

Browse files
committed
fix: update pull request trigger to listen for 'main' branch instead of 'next'
1 parent 4719f4b commit cd17f0b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/app-test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
permissions:
22
contents: read
3+
34
name: App Test
45

56
on:
67
pull_request:
78
branches:
8-
- next
9+
- main
910
release:
1011
types:
1112
- published

0 commit comments

Comments
 (0)