Skip to content

Commit

Permalink
chore: run automated testing on release branches
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonTheAdams committed Oct 11, 2023
1 parent 40f737a commit a470b07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wordpress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ name: WordPress Tests
on:
# Triggers the workflow on push or pull request events but only for the master branch
push:
branches: [ master, develop, epic/** ]
branches: [ master, develop, epic/**, release/** ]
pull_request:
branches: [ master, develop, epic/** ]
branches: [ master, develop, epic/**, release/** ]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down

0 comments on commit a470b07

Please sign in to comment.