Free Code Camp is expanding its challenges to better prepare campers for our project challenges.
Yes.
| # .github/workflows/publish.yml | |
| name: Generate a build and push to another branch | |
| on: | |
| push: | |
| branches: | |
| - master # Remove this line if your primary branch is "main" | |
| - main # Remove this line if your primary branch is "master" | |
| jobs: |