Skip to content

Switch deploy workflow from master to main branch#4

Merged
pbhandari merged 2 commits intomainfrom
copilot/update-scripts-to-main
Mar 8, 2026
Merged

Switch deploy workflow from master to main branch#4
pbhandari merged 2 commits intomainfrom
copilot/update-scripts-to-main

Conversation

Copy link
Contributor

Copilot AI commented Mar 8, 2026

The default branch was renamed from master to main, but the CI/CD deploy workflow still targeted the old branch name, causing it to never trigger.

Changes

  • .github/workflows/deploy.yml: Updated push and pull_request branch filters from mastermain
on:
  push:
    branches:
      - main
  pull_request:
    branches:
      - main

💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Co-authored-by: pbhandari <1380357+pbhandari@users.noreply.github.com>
Copilot AI changed the title [WIP] Update scripts to use main as default branch Switch deploy workflow from master to main branch Mar 8, 2026
@pbhandari pbhandari marked this pull request as ready for review March 8, 2026 15:01
@pbhandari pbhandari merged commit fb881e5 into main Mar 8, 2026
2 checks passed
@pbhandari pbhandari deleted the copilot/update-scripts-to-main branch March 8, 2026 15:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants