Skip to content

Commit

Permalink
Fixed workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
epessina committed Nov 3, 2022
1 parent ca4a7f0 commit 3b6d5ea
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/be-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ on:
branches:
- v1/main
tags-ignore:
- v*
- @micro-lc/*
- 'v*'
- '@micro-lc/*'
pull_request:
branches:
- v1/main
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ on:
branches:
- v1/main
tags-ignore:
- v*
- @micro-lc/*
- 'v*'
- '@micro-lc/*'
pull_request:
branches:
- v1/main
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/fe-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ on:
branches:
- v1/main
tags-ignore:
- v*
- @micro-lc/*
- 'v*'
- '@micro-lc/*'
pull_request:
branches:
- v1/main
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ui-components.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ on:
branches:
- v1/main
tags-ignore:
- v*
- @micro-lc/*
- 'v*'
- '@micro-lc/*'
pull_request:
branches:
- v1/main
Expand Down

0 comments on commit 3b6d5ea

Please sign in to comment.