Skip to content

Commit

Permalink
set ref version to 2.0.x in qa.yml workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
botisSmile committed Dec 9, 2024
1 parent 135d946 commit e5922f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest

env:
ref: "master" # ${{ github.base_ref }} cannot work on pushes.
ref: "2.0.x" # ${{ github.base_ref }} cannot work on pushes.
gally-directory: ${{ github.workspace }}/gally
package-directory: ${{ github.workspace }}/gally/api/packages/${{ github.event.repository.name }}

Expand Down

0 comments on commit e5922f0

Please sign in to comment.