Skip to content

Commit

Permalink
adjust ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Trivo25 committed Oct 21, 2024
1 parent b24a315 commit 7dbea54
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
branches:
- main
- develop
- v1
- v3
pull_request:
workflow_dispatch: {}

Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/live-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@ on:
push:
branches:
- main
- v2
- v3
- v1
pull_request:
branches:
- main
- v2
- v3
- v1
workflow_dispatch: {}

jobs:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/pkg-pr-new-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
push:
branches:
- main
- v1
- v3
workflow_dispatch: {}

jobs:
Expand Down

0 comments on commit 7dbea54

Please sign in to comment.