Skip to content

Commit

Permalink
hotfix publish-demo-artifacts.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Edgar Gomes <[email protected]>
  • Loading branch information
lostbean authored Jul 5, 2024
1 parent 54400fb commit 86d7c64
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/publish-demo-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,10 @@ on:
branches:
- main

env:
MAIN_BRANCH: ${{ 'refs/heads/main' }}

jobs:
build-publish-demo:
runs-on: ubuntu-latest
if: github.ref == env.MAIN_BRANCH
if: github.ref == 'refs/heads/main'
steps:
- name: git checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 86d7c64

Please sign in to comment.