Skip to content

Commit

Permalink
fix: Renamed masters to main . github action yaml file
Browse files Browse the repository at this point in the history
  • Loading branch information
dvlprkrishna committed Mar 14, 2023
1 parent 853c4ab commit 282e470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Expand Up @@ -6,7 +6,7 @@ name: Build and Deploy React App via FTP
# events but only for the master branch
on:
push:
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 282e470

Please sign in to comment.