Trigger github build, test on updates to setup.py

This commit is contained in:
Debanjum Singh Solanky 2022-08-03 11:56:40 +03:00
parent f642450ed9
commit c96bc03f58
2 changed files with 4 additions and 0 deletions

View file

@ -7,6 +7,7 @@ on:
paths: paths:
- src/** - src/**
- config/** - config/**
- setup.py
- Dockerfile - Dockerfile
- docker-compose.yml - docker-compose.yml
- .github/workflows/build.yml - .github/workflows/build.yml
@ -16,6 +17,7 @@ on:
paths: paths:
- src/** - src/**
- config/** - config/**
- setup.py
- Dockerfile - Dockerfile
- docker-compose.yml - docker-compose.yml
- .github/workflows/build.yml - .github/workflows/build.yml

View file

@ -8,6 +8,7 @@ on:
- src/** - src/**
- tests/** - tests/**
- config/** - config/**
- setup.py
- .github/workflows/test.yml - .github/workflows/test.yml
push: push:
branches: branches:
@ -16,6 +17,7 @@ on:
- src/** - src/**
- tests/** - tests/**
- config/** - config/**
- setup.py
- .github/workflows/test.yml - .github/workflows/test.yml
jobs: jobs: