Skip to content

Commit

Permalink
started to optimize workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
amock committed Nov 22, 2023
1 parent 534e2c8 commit dab09d5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/core-ubu20.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: core-ubu20
on:
push:
branches:
- 'main'
- 'feature/ci'
pull_request:
branches:
- 'main'
- 'feature/ci'
workflow_dispatch:
branches:
- '*'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/core-ubu22.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: core-ubu22
on:
push:
branches:
- 'main'
- 'feature/ci'
pull_request:
branches:
- 'main'
- 'feature/ci'
workflow_dispatch:
branches:
- '*'
Expand Down

0 comments on commit dab09d5

Please sign in to comment.