Update nextjs-bundle-analysis.yml

pull/6971/head
zomars 2023-02-13 14:46:04 -07:00
parent 34a10205a3
commit 26a57a71ae
1 changed files with 5 additions and 1 deletions

View File

@ -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