Skip to content

Commit

Permalink
tec: Configure the CI for the feat/* branches
Browse files Browse the repository at this point in the history
  • Loading branch information
marien-probesys committed Jun 6, 2023
1 parent adc8d35 commit a038af1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@ name: Linters

on:
push:
branches: [ main ]
branches:
- main
- 'feat/**'
pull_request:
branches: [ main ]
branches:
- main
- 'feat/**'

env:
NO_DOCKER: true
Expand Down
8 changes: 6 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@ name: Continuous Integration

on:
push:
branches: [ main ]
branches:
- main
- 'feat/**'
pull_request:
branches: [ main ]
branches:
- main
- 'feat/**'

env:
NO_DOCKER: true
Expand Down

0 comments on commit a038af1

Please sign in to comment.