Skip to content

Commit

Permalink
build: rename master to main (#1343)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpbnetley authored Jan 13, 2025
1 parent b98f45c commit 4b23a05
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ run-name: Build and deploy to ${{ github.ref == 'refs/heads/dev' && 'development
# Controls when the action will run.
on:
workflow_dispatch:
# Triggers the workflow on push or pull request events but only for the master branch
# Triggers the workflow on push or pull request events but only for the main branch
push:
branches:
- master
- main
- dev

env:
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
with:
branches: |
[
'master',
'main',
{
name: 'dev',
prerelease: true
Expand Down

0 comments on commit 4b23a05

Please sign in to comment.