Browse Source

Remove paths-ignore from push trigger to allow workflow changes to trigger tests

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

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

@ -1,8 +1,6 @@
name: Run all tests on pebble
on:
push:
paths-ignore:
- '.github/workflows/*'
branches:
- master
- add-docker-buildx-caching


Loading…
Cancel
Save