Skip to content
This repository has been archived by the owner on Aug 22, 2024. It is now read-only.

Commit

Permalink
No wonder actions aren't running! wrong branch name to trigger them 🤦‍♂️
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonb927 committed Jun 10, 2024
1 parent 40ebf93 commit aefdb00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Build and Deploy Sites
on:
push:
branches:
- 'master'
- 'main'
pull_request:
branches:
- 'master'
- 'main'

# env:
# RUNNER_TOOL_CACHE: /toolcache
Expand Down

0 comments on commit aefdb00

Please sign in to comment.