Fix workflow to run on all files except .md

This commit is contained in:
Shivam Mathur 2019-09-25 08:49:16 +05:30
parent a0b0e58cb3
commit 53bde541fa

View File

@ -2,8 +2,11 @@ name: Main workflow
on: on:
push: push:
paths: paths:
- '*' - '*.sh'
- '!*.md' - '*.ps1'
- '*.yml'
- '*.ts'
- '*.js'
jobs: jobs:
run: run:
name: Run name: Run