Reorder paths to (hopefully) trigger a re-tag.
This commit is contained in:
parent
51360f3d54
commit
6543065180
1 changed files with 6 additions and 6 deletions
12
.github/workflows/auto_tag.yml
vendored
12
.github/workflows/auto_tag.yml
vendored
|
@ -5,13 +5,13 @@ on:
|
|||
branches:
|
||||
- master
|
||||
paths:
|
||||
- quantum/**/*
|
||||
- tmk_core/**/*
|
||||
- drivers/**/*
|
||||
- tests/**/*
|
||||
- util/**/*
|
||||
- platforms/**/*
|
||||
- builddefs/**/*
|
||||
- drivers/**/*
|
||||
- platforms/**/*
|
||||
- quantum/**/*
|
||||
- tests/**/*
|
||||
- tmk_core/**/*
|
||||
- util/**/*
|
||||
- Makefile
|
||||
- '*.mk'
|
||||
|
||||
|
|
Loading…
Reference in a new issue