Skip to content

Commit

Permalink
only test on feature branches
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinrue committed Aug 16, 2024
1 parent 262fd83 commit 0a25634
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ Build wp-services (Test):
matrix:
- PHP_VERSION: ['7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
UBUNTU_RELEASE_NAME: ['jammy', 'noble']
only:
refs:
- /^feature\/.*$/

Build wp-services:
stage: build
Expand Down

0 comments on commit 0a25634

Please sign in to comment.