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 79eb69c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
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

0 comments on commit 79eb69c

Please sign in to comment.