fix CI after renaming branch to main

This commit is contained in:
Simon Cruanes 2024-01-10 12:45:25 -05:00
parent 399e95b50f
commit f0f5396cc2
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4
2 changed files with 2 additions and 4 deletions

View file

@ -3,7 +3,7 @@ name: github pages
on: on:
push: push:
branches: branches:
- master # Set a branch name to trigger deployment - main # Set a branch name to trigger deployment
jobs: jobs:
deploy: deploy:

View file

@ -2,10 +2,8 @@ name: build
on: on:
push: push:
branches: branches:
- master - main
pull_request: pull_request:
branches:
- master
jobs: jobs:
run: run:
name: Build name: Build