Don't run the GitHub workflows when the GitLab one changes

- Ditto for `.gitignore`
This commit is contained in:
Jesse Talavera 2024-01-10 13:32:02 -05:00
parent 2e28237a37
commit 3b24555e4f

View File

@ -5,6 +5,9 @@ on:
push:
branches:
- main
paths-ignore:
- "*.gitlab-ci.yml"
- "*.gitignore"
pull_request:
branches:
- main