diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index a8744c2..85cce7a 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -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: