Update build.yml

Fix workflow trigger issue
pull/320/head
vintagepc 2024-03-11 08:33:02 -04:00 committed by GitHub
parent 878c763878
commit 2933737b3b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -4,11 +4,11 @@ on:
pull_request: pull_request:
branches: branches:
- '*' - '*'
tags:
- "v*"
push: push:
branches: [ main, MMU_* ] branches: [ main, MMU_* ]
tags:
- "v*"
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest