Skip to content

Commit

Permalink
fix: change master to main
Browse files Browse the repository at this point in the history
  • Loading branch information
satra authored Jul 8, 2024
1 parent 57c3d18 commit 41c1b92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ name: CI
on:
workflow_dispatch:
push:
branches: [ master ]
branches: [ main ]
pull_request:
branches: [ master ]
branches: [ main ]

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand Down

0 comments on commit 41c1b92

Please sign in to comment.