Fix workflow to run on all files except .md
This commit is contained in:
parent
a0b0e58cb3
commit
53bde541fa
7
.github/workflows/workflow.yml
vendored
7
.github/workflows/workflow.yml
vendored
@ -2,8 +2,11 @@ name: Main workflow
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- '*'
|
||||
- '!*.md'
|
||||
- '*.sh'
|
||||
- '*.ps1'
|
||||
- '*.yml'
|
||||
- '*.ts'
|
||||
- '*.js'
|
||||
jobs:
|
||||
run:
|
||||
name: Run
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user