Skip to content

Commit

Permalink
Rename master to main
Browse files Browse the repository at this point in the history
  • Loading branch information
mobeigi committed Aug 21, 2024
1 parent 07c87bf commit 9232cff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/mobeigi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Build, Test and Deploy

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

jobs:
build_test_app:
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
deploy:
runs-on: ubuntu-latest
needs: [build_test_app, build_test_server]
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
steps:
- name: Deploy App (via webhook)
uses: distributhor/workflow-webhook@v3
Expand Down

0 comments on commit 9232cff

Please sign in to comment.