Browse Source

Enable workflow to run on add-docker-buildx-caching branch

add-docker-buildx-caching
Tim Kimber 5 months ago
parent
commit
d09fec6b33
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      .github/workflows/run-tests-pebble.yml

+ 2
- 0
.github/workflows/run-tests-pebble.yml View File

@ -5,11 +5,13 @@ on:
- '.github/workflows/*'
branches:
- master
- add-docker-buildx-caching
pull_request:
paths-ignore:
- '.github/workflows/*'
branches:
- master
- add-docker-buildx-caching
workflow_dispatch:
schedule:
- cron: '15 3 5 * *'


Loading…
Cancel
Save