mirror of
https://github.com/JesseTG/melonds-ds.git
synced 2024-11-27 08:41:08 +00:00
Don't run the GitHub workflows when the GitLab one changes
- Ditto for `.gitignore`
This commit is contained in:
parent
2e28237a37
commit
3b24555e4f
3
.github/workflows/main.yaml
vendored
3
.github/workflows/main.yaml
vendored
@ -5,6 +5,9 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
paths-ignore:
|
||||
- "*.gitlab-ci.yml"
|
||||
- "*.gitignore"
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
|
Loading…
Reference in New Issue
Block a user