Update firmware.yml

Thomas Ballmann 3 years ago committed by GitHub
parent dbd2c40fbd
commit c75febd976
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -6,9 +6,11 @@ name: Build Firmware
on:
# Triggers the workflow on push or pull request events but only for the master branch
push:
branches: [ master ]
pull_request:
branches: [ master ]
paths:
- '!app/**'
# branches: [ master ]
# pull_request:
# branches: [ master ]
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:

Loading…
Cancel
Save