Skip to content

Commit

Permalink
update branch name in yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kirandash committed Nov 30, 2024
1 parent 382e22c commit 537fcfa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/bundlecheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Bundle Size Check

on:
push:
branches: [main]
branches: [master]
pull_request:
branches: [main]
branches: [master]

defaults:
run:
Expand All @@ -15,7 +15,7 @@ env:
CI_REPO_OWNER: kirandash
CI_REPO_NAME: nextjs-production-infrastructure
CI_COMMIT_SHA: ${{ github.sha }}
CI_BRANCH: main
CI_BRANCH: master

permissions:
contents: read
Expand Down

0 comments on commit 537fcfa

Please sign in to comment.