Skip to content

Commit

Permalink
fix workflows
Browse files Browse the repository at this point in the history
Signed-off-by: kta-intel <[email protected]>
  • Loading branch information
kta-intel committed Oct 30, 2024
1 parent 0cfa9bd commit 0ee4b1d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Lint with Flake8

on:
pull_request:
branches: [ develop ]
branches: [ main ]

permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pytest_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Pytest and code coverage

on:
pull_request:
branches: [ develop ]
branches: [ main ]

permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/task_runner_custom_weighted_average.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Task Runner with Median Aggregation

on:
pull_request:
branches: [ develop ]
branches: [ main ]

permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/task_runner_skc_compression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Task Runner with SKC Compression

on:
pull_request:
branches: [ develop ]
branches: [ main ]

permissions:
contents: read
Expand Down

0 comments on commit 0ee4b1d

Please sign in to comment.