Skip to content

Commit a6c88b7

Browse files
committed
Run debian CI independently of the paths changed
1 parent 45ec1ea commit a6c88b7

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/debian.yaml

-12
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,13 @@ name: Image Builder
22

33
on:
44
push:
5-
paths:
6-
- 'debian/*'
7-
- 'versions.md'
8-
- 'LICENSE'
9-
- '**/bookworm/*'
105
pull_request:
116
# Build, but don't push on pull requests
127

138
jobs:
149
build:
1510
name: Build
1611
runs-on: ubuntu-latest
17-
needs: configure
18-
19-
strategy:
20-
fail-fast: false
21-
matrix:
22-
stack: ${{ fromJSON( needs.configure.outputs.stacks ) }}
23-
version: ${{ fromJSON( needs.configure.outputs.pandoc-version ) }}
2412

2513
env:
2614
PUSH_IMAGE: ${{ github.repository == 'pandoc/dockerfiles' &&

0 commit comments

Comments
 (0)