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: on:
# Triggers the workflow on push or pull request events but only for the master branch # Triggers the workflow on push or pull request events but only for the master branch
push: push:
branches: [ master ] paths:
pull_request: - '!app/**'
branches: [ master ] # branches: [ master ]
# pull_request:
# branches: [ master ]
# A workflow run is made up of one or more jobs that can run sequentially or in parallel # A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs: jobs:

Loading…
Cancel
Save