Skip to content

Commit

Permalink
Pipeline was successful after adding streamify
Browse files Browse the repository at this point in the history
  • Loading branch information
iM-GeeKy committed Jul 16, 2024
1 parent 0102e14 commit 811ddda
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: CI
on:
push:
branches:
- fix-ci-example-deploy
- master
pull_request:
branches:
- fix-ci-example-deploy
- master

jobs:
lint:
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
deploy-example:
runs-on: ubuntu-latest
# if: github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/master'
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 811ddda

Please sign in to comment.