Skip to content

Commit

Permalink
fix github action trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
rsonghuster committed Sep 15, 2023
1 parent 493495b commit 780cea7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_node14.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: FC3.0 component base ci with FC3.0 nodejs14
on:
push:
branches:
- main
- master
pull_request:
branches:
- main
- master

jobs:
ci:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci_node16.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: FC3.0 component base ci with nodejs16
on:
push:
branches:
- main
- master
pull_request:
branches:
- main
- master

jobs:
ci:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci_with_docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: FC3.0 component ci with docker (build and local)
on:
push:
branches:
- main
- master
pull_request:
branches:
- main
- master

jobs:
python:
Expand Down

0 comments on commit 780cea7

Please sign in to comment.