Update main.yml

This commit is contained in:
CJ Satnarine
2025-03-31 18:07:43 -04:00
committed by GitHub
parent 6473b387ad
commit d753700cd1

View File

@@ -4,7 +4,7 @@ name: Build and deploy GH Pages
jobs:
build:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main'
if: github.ref == 'refs/heads/master'
steps:
- name: checkout
uses: actions/checkout@v4