Browse Source

ignore paths

pull/240/head
Marius 4 years ago
parent
commit
61248436a8
  1. 6
      .github/workflows/auto-build.yml

6
.github/workflows/auto-build.yml

@ -2,7 +2,11 @@ name: publishmultipledockerimages
on:
push:
branches: [ docker-mods ]
paths-ignore:
- '.github/**'
- '.vscode/**'
- '**/README.md'
- '**/LICENSE'
jobs:
build_mod:
runs-on: ubuntu-latest

Loading…
Cancel
Save