Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Aemiii91 committed Oct 21, 2024
1 parent d5dcc2b commit fcbb6b4
Showing 1 changed file with 14 additions and 11 deletions.
25 changes: 14 additions & 11 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
name: Build

on:
merge_group:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened, closed]
branches:
- main

jobs:
build:
Expand All @@ -12,12 +15,12 @@ jobs:
image: aemiii91/miyoomini-toolchain:latest
options: --user root
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
submodules: recursive
- name: Build project
shell: bash
run: |
source /root/.bashrc
make build
- name: Checkout repository
uses: actions/checkout@v4
with:
submodules: recursive
- name: Build project
shell: bash
run: |
source /root/.bashrc
make build

0 comments on commit fcbb6b4

Please sign in to comment.