We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85330ba commit 4a2a290Copy full SHA for 4a2a290
1 file changed
.github/workflows/nextjs.yml
@@ -3,6 +3,9 @@ name: yamg build check & test
3
on:
4
push:
5
branches: ["main"]
6
+ pull_request:
7
+ branches:
8
+ - main
9
workflow_dispatch:
10
11
permissions:
0 commit comments