ignore .gitlab-ci.yml

This commit is contained in:
edoapra 2022-08-17 19:18:48 -07:00
parent faf83a5335
commit 1dc1d91f54
No known key found for this signature in database
GPG key ID: E6E392F4E14FB937
2 changed files with 7 additions and 1 deletions

View file

@ -1,5 +1,9 @@
name: lint_python
on: [pull_request, push]
on:
push:
paths-ignore:
- .gitlab-ci.yml
pull_request:
jobs:
lint_python:
runs-on: ubuntu-latest