We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44ce645 commit b5381ceCopy full SHA for b5381ce
.github/workflows/build-qa.yaml
@@ -6,7 +6,6 @@ on:
6
jobs:
7
publish_qa:
8
name: Publish image to ECR
9
- if: github.event.pull_request.merged
10
runs-on: ubuntu-latest
11
steps:
12
- name: checkout
.github/workflows/tests-unit.yaml
@@ -4,13 +4,13 @@ on:
4
pull_request:
5
types: [opened]
paths:
- - 'api/*'
- - 'managers/*'
- - 'mappings/*'
- - 'model/*'
- - 'processes/*'
- - 'tests/*'
13
- - 'utils/*'
+ - 'api/**'
+ - 'managers/**'
+ - 'mappings/**'
+ - 'model/**'
+ - 'processes/**'
+ - 'tests/**'
+ - 'utils/**'
14
- 'dev-requirements.txt'
15
- 'requirements.txt'
16
- 'main.py'
0 commit comments