Skip to content

Commit

Permalink
include trigger for jobs upon pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
amiicao committed Sep 24, 2024
1 parent 18cc769 commit 1cd9e5e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
name: Lint

# TODO: remove branch-specfic rules when the main branch is lint-ready
on:
push:
branches:
- chore/set-up-repository-pipeline-with-linter
pull_request:
branches:
- chore/set-up-repository-pipeline-with-linter

jobs:
code-formatter-black:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1cd9e5e

Please sign in to comment.