Skip to content

Commit

Permalink
Updated workflow trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
jmitchel3 committed Jan 3, 2025
1 parent 891564d commit 6f9dbdd
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,17 @@ name: CI
on:
push:
branches:
- main
- main
tags:
- '**'
- '**'
paths:
- '.github/workflows/**'
- 'src/**'
- 'tests/**'
- 'sample_project/**'
- 'setup.py'
- 'pyproject.toml'
- 'tox.ini'
pull_request:

concurrency:
Expand Down

0 comments on commit 6f9dbdd

Please sign in to comment.