Skip to content

Commit

Permalink
Fix Workflow 3
Browse files Browse the repository at this point in the history
  • Loading branch information
maxtyson123 committed Dec 13, 2023
1 parent 01c0805 commit de8d398
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/max-os.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ name: MaxOS
on:
# Triggers the workflow on push or pull request events but only for the master branch
push:
branches: [ master ]
branches: [ main ]
pull_request:
branches: [ master ]
branches: [ main ]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down Expand Up @@ -38,6 +38,7 @@ jobs:
if: steps.cache-toolchain.outputs.cache-hit != 'true'
run: |
cd toolchain
ls
./make_cross_compiler.sh
- name: Build maxOS (Release)
Expand Down

0 comments on commit de8d398

Please sign in to comment.