Skip to content

Commit

Permalink
Fix branch name in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
b-Tomas committed Dec 26, 2023
1 parent 39d657a commit 6c50227
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mir_workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ name: MiR Connector Workflow
on:
push:
branches:
- $default-branch
- main
paths:
- mir_connector/**
pull_request:
branches:
- $default-branch
- main
paths:
- mir_connector/**

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/otto_workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ name: OTTO Connector Workflow
on:
push:
branches:
- $default-branch
- main
paths:
- otto_connector/**
pull_request:
branches:
- $default-branch
- main
paths:
- otto_connector/**

Expand Down

0 comments on commit 6c50227

Please sign in to comment.