Skip to content

Commit

Permalink
Merge remote-tracking branch 'palfrey/pipeline-on-pr'
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyTheFactory committed Feb 26, 2024
1 parent fccd946 commit c641561
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 20 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on: # events that trigger our pipeline: push on any branch and release creation
push:
release:
types: [created]
pull_request:

jobs: # jobs. We will have two jobs (test and publish) with multiple steps.
test:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Pylint

on: [push]
on:
push:
pull_request:

jobs:
build:
Expand Down
31 changes: 12 additions & 19 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c641561

Please sign in to comment.