Skip to content

Commit

Permalink
Merge pull request #15 from MAK-Relic-Tool/update-workflows
Browse files Browse the repository at this point in the history
Add staging to workflows
  • Loading branch information
ModernMAK authored Oct 31, 2023
2 parents 1a76630 + 18788e6 commit dbeb280
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/black.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ on:
workflow_dispatch:

push:
branches: [ main ]
branches: [ main, staging ]
paths:
- 'src/relic/**'
- '.github/workflows/black.yml'
pull_request:
branches: [ main ]
branches: [ main, staging ]
paths:
- 'src/relic/**'
- '.github/workflows/black.yml'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/mypy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:

push:
branches: [ main ]
branches: [ main, staging ]
paths:
- 'src/relic/**'
- '.github/workflows/mypy.yml'
Expand All @@ -13,7 +13,7 @@ on:
- 'setup.py'
- 'MANIFEST.in'
pull_request:
branches: [ main ]
branches: [ main, staging ]
paths:
- 'src/relic/**'
- '.github/workflows/mypy.yml'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ on:
workflow_dispatch:

push:
branches: [ main ]
branches: [ main, staging ]
paths:
- 'src/relic/**'
- '.github/workflows/pylint.yml'
- '.pylintrc'
- 'requirements.txt'
pull_request:
branches: [ main ]
branches: [ main, staging ]
paths:
- 'src/relic/**'
- '.github/workflows/pylint.yml'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:

push:
branches: [ main ]
branches: [ main, staging ]
paths:
- 'src/relic/**'
- 'tests/**'
Expand All @@ -15,7 +15,7 @@ on:
- 'test-requirements.txt'

pull_request:
branches: [ main ]
branches: [ main, staging ]
paths:
- 'src/relic/**'
- 'tests/**'
Expand Down

0 comments on commit dbeb280

Please sign in to comment.