Skip to content

Commit

Permalink
fix: fix ci
Browse files Browse the repository at this point in the history
Signed-off-by: zongz <[email protected]>
  • Loading branch information
zong-zhe committed May 23, 2024
1 parent e493d91 commit 90e3ab0
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 21 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: e2e test
on: push
# pull_request:
# branches:
# - main
# push:
# branches:
# - main
on:
pull_request:
branches:
- main
push:
branches:
- main

jobs:
e2e:
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/test-win.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Windows Test
on: push
# pull_request:
# branches:
# - main
# push:
# branches:
# - main
on:
pull_request:
branches:
- main
push:
branches:
- main

jobs:
TestWindows:
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Reference from:
# https://github.com/c-bata/go-prompt/blob/master/.github/workflows/test.yml
name: Test
on: push
# pull_request:
# branches:
# - main
# push:
# branches:
# - main
on:
pull_request:
branches:
- main
push:
branches:
- main

jobs:
Test:
Expand Down

0 comments on commit 90e3ab0

Please sign in to comment.