Skip to content

Commit

Permalink
Update release-master.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
brlumen authored Jan 11, 2025
1 parent 4f4874d commit 665035c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

# 2. Install PHP and Composer
- name: Setup PHP
if: ${{ github.event.release.target_commitish == 'master' }}
if: ${{ github.event.release.target_commitish != 'master-2.6.x' }}
uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
Expand All @@ -26,7 +26,7 @@ jobs:

# 3. Installing dependencies
- name: Install dependencies
if: ${{ github.event.release.target_commitish == 'master' }}
if: ${{ github.event.release.target_commitish != 'master-2.6.x' }}
run: composer install --no-dev --optimize-autoloader

# 4. Creating an archive
Expand Down

0 comments on commit 665035c

Please sign in to comment.