Skip to content

Commit 811ddda

Browse files
committed
Pipeline was successful after adding streamify
1 parent 0102e14 commit 811ddda

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: CI
22
on:
33
push:
44
branches:
5-
- fix-ci-example-deploy
5+
- master
66
pull_request:
77
branches:
8-
- fix-ci-example-deploy
8+
- master
99

1010
jobs:
1111
lint:
@@ -66,7 +66,7 @@ jobs:
6666
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6767
deploy-example:
6868
runs-on: ubuntu-latest
69-
# if: github.ref == 'refs/heads/master'
69+
if: github.ref == 'refs/heads/master'
7070
steps:
7171
- name: Checkout
7272
uses: actions/checkout@v3

0 commit comments

Comments
 (0)