Skip to content

Commit

Permalink
Workflows now automatically run when they're updated
Browse files Browse the repository at this point in the history
Signed-off-by: Bhavye Mathur <[email protected]>
  • Loading branch information
BhavyeMathur committed Feb 14, 2024
1 parent 691807e commit 6dcc080
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-goopylib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ on:
- tools/setup_extensions.py
- pyproject.toml
- MANIFEST.in
- .github/workflows/build-goopylib.yml

pull_request:
branches: [ "master" ]
Expand All @@ -29,6 +30,7 @@ on:
- tools/setup_extensions.py
- pyproject.toml
- MANIFEST.in
- .github/workflows/build-goopylib.yml

env:
BUILD_TYPE: Release
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/codeql-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,13 @@ on:
branches: [ "master" ]
paths:
- goopylib/**
- .github/workflows/codeql-python.yml

pull_request:
branches: [ "master" ]
paths:
- goopylib/**
- .github/workflows/codeql-python.yml

jobs:
analyze:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,13 @@ on:
paths:
- "**.py"
- .pylintrc
- .github/workflows/pylint.yml

pull_request:
paths:
- "**.py"
- .pylintrc
- .github/workflows/pylint.yml

jobs:
build:
Expand Down

0 comments on commit 6dcc080

Please sign in to comment.