ignore irrelevant files

This commit is contained in:
2023-01-16 15:20:44 -05:00
parent d67282336d
commit 569219628f

View File

@@ -6,7 +6,10 @@ on:
branches: ['main']
paths-ignore:
- '**/README.md'
- '**/.gitignore'
- '.github/workflows/**'
- 'settings.cfg'
- 'update_stations_files.sh'
env:
IMAGE_NAME: ${{ github.repository }}