Skip to content

Commit

Permalink
Don't run actions on readme changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dale-c-anderson committed Jun 29, 2024
1 parent 529b9aa commit 926f063
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,13 @@ on:
push:
branches:
- master
paths-ignore:
- 'README.md'
pull_request:
branches:
- master
paths-ignore:
- 'README.md'
jobs:
lint:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Install and configure PHP, typically for use with Drupal sites in Acro Media NGI

#### `php_default_version`
* The default CLI version of php to set on the server.
* Defaults to `8.1`
* Defaults to `8.3`

#### `php_memory_limit`
* The default maximum memory limit
Expand Down

0 comments on commit 926f063

Please sign in to comment.