Skip to content

Commit

Permalink
Fixed ignored paths
Browse files Browse the repository at this point in the history
  • Loading branch information
tuutti committed Apr 4, 2024
1 parent acd4416 commit 69f05de
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/php-ci.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
on:
pull_request:
paths-ignore:
- '**.md'
paths:
- '!**.md'
- 'ci/drupal/**'
- '.github/workflows/php-ci.yml'
push:
branches: [ main ]
paths-ignore:
- '**.md'
paths:
- '!**.md'
- 'ci/drupal/**'
- '.github/workflows/php-ci.yml'
jobs:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/php-openshift.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
on:
pull_request:
paths:
- '!**.md'
- 'openshift/drupal/**'
- '.github/workflows/php-openshift.yml'
push:
branches: [ main ]
paths:
- '!**.md'
- 'openshift/drupal/**'
- '.github/workflows/php-openshift.yml'
jobs:
Expand Down

0 comments on commit 69f05de

Please sign in to comment.