Merge pull request #464 from abrender/master

Remove `.github` exclusion for triggering workflows.
This commit is contained in:
mrfaptastic 2023-05-28 17:27:04 +01:00 committed by GitHub
commit b56a8a7104
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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: