Skip to content

Commit

Permalink
Update GitHub Actions workflow for WordPress
Browse files Browse the repository at this point in the history
  • Loading branch information
tfirdaus committed Dec 30, 2023
1 parent 44e3651 commit ec4321e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/wp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ on:
branches:
- main
paths:
- ./.github/workflows/wp.yml
- ./wp/**/Dockerfile
- '.github/workflows/wp.yml'
- 'wp/**/Dockerfile'
pull_request:
types: [opened, reopened, synchronize]
branches:
- main
paths:
- ./.github/workflows/wp.yml
- ./wp/**/Dockerfile
- '.github/workflows/wp.yml'
- 'wp/**/Dockerfile'

jobs:
build:
Expand Down

0 comments on commit ec4321e

Please sign in to comment.