Update nextjs-bundle-analysis.yml
parent
34a10205a3
commit
26a57a71ae
|
@ -4,9 +4,13 @@ on:
|
|||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- main # change this if your default branch is named differently
|
||||
- main
|
||||
workflow_dispatch:
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
defaults:
|
||||
run:
|
||||
# change this if your nextjs app does not live at the root of the repo
|
||||
|
|
Loading…
Reference in New Issue