Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaGavric94 committed Dec 30, 2023
1 parent 2ae84f3 commit c39a528
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,13 @@ on:
- 'master'
- '3.1.**'
- '3.2.**'
- '3.3.**'
push:
branches:
- 'master'
- '3.1.**'
- '3.2.**'
- '3.3.**'

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand All @@ -37,7 +39,7 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
ref: '3.2.x'
ref: '3.3.x'

# Setup php
- name: Setup PHP with PECL extension
Expand Down

0 comments on commit c39a528

Please sign in to comment.