Skip to content

Commit

Permalink
[TEAMMATES#12048] Set up github action workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelfangjw authored and hhdqirui committed Feb 11, 2023
1 parent 50fff21 commit 9c46277
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/component.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ on:
branches:
- master
- release
- v9-migration
pull_request:
branches:
- master
- release
- v9-migration
schedule:
- cron: "0 0 * * *" #end of every day
jobs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/dev-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
pull_request:
branches:
- master
- v9-migration

jobs:
build:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/e2e-cross.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- master
- release
- v9-migration
schedule:
- cron: "0 0 * * *" # end of every day
jobs:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ on:
branches:
- master
- release
- v9-migration
pull_request:
branches:
- master
- release
- v9-migration
schedule:
- cron: "0 0 * * *" #end of every day
jobs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/lnp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- master
- release
- v9-migration
schedule:
- cron: "0 0 * * *" # end of every day
jobs:
Expand Down

0 comments on commit 9c46277

Please sign in to comment.