Remove .github exclusion for triggering workflows.

I believe that we want to trigger actions/workflows when the workflow files in .github/workflows are updated; this is how we will know that they work :)
This commit is contained in:
Avi 2023-05-22 20:11:55 +00:00
parent e27231f5ca
commit 36a9a686ac
3 changed files with 0 additions and 6 deletions

View file

@ -5,12 +5,10 @@ on:
paths-ignore:
- '**.md'
- 'doc/**'
- '.github/**'
pull_request:
paths-ignore:
- '**.md'
- 'doc/**'
- '.github/**'
jobs:
build:

View file

@ -5,12 +5,10 @@ on:
paths-ignore:
- '**.md'
- 'doc/**'
- '.github/**'
pull_request:
paths-ignore:
- '**.md'
- 'doc/**'
- '.github/**'
jobs:
build:

View file

@ -10,13 +10,11 @@ on:
paths-ignore:
- '**.md'
- 'doc/**'
- '.github/**'
pull_request:
branches: [ master, dev ]
paths-ignore:
- '**.md'
- 'doc/**'
- '.github/**'
jobs:
build: