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,10 +4,10 @@ on:
pull_request:
branches:
- '*'
tags:
- "v*"
push:
branches: [ main, MMU_* ]
tags:
- "v*"
jobs:
build: