Browse Source

more ignore

pull/242/head
gilbN 3 years ago
parent
commit
39c5beb28d
  1. 2
      .github/workflows/minify-and-deploy.yml

2
.github/workflows/minify-and-deploy.yml

@ -5,6 +5,8 @@ on:
- master
paths-ignore:
- 'docker-mods/**'
- '.github/**'
- '.vscode/**'
jobs:
deploy:
runs-on: ubuntu-latest

Loading…
Cancel
Save