Skip to content

Commit

Permalink
chore: prepare for 2.x merging
Browse files Browse the repository at this point in the history
  • Loading branch information
embbnux committed Aug 20, 2024
1 parent 878d63c commit a2891e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
CLEAN: true
extension-build:
needs: test
if: ${{ github.ref == 'refs/heads/2.x' }}
if: ${{ github.ref == 'refs/heads/main' }}
runs-on: ubuntu-latest
permissions:
contents: write
Expand All @@ -94,6 +94,6 @@ jobs:
uses: JamesIves/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: 2.x-extension-build
BRANCH: extension-build
FOLDER: extension
CLEAN: true

0 comments on commit a2891e2

Please sign in to comment.