Skip to content

Commit

Permalink
ci: add push event back to pipeline workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
werne2j committed Dec 2, 2021
1 parent 0daa86e commit 7db0f0c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
name: Pipeline

on:
push:
branches: [main]
pull_request:
# The branches below must be a subset of the branches above
branches: [main, next]
branches: [main]

jobs:
linux:
Expand Down Expand Up @@ -46,4 +48,4 @@ jobs:
run: make quality

- name: Build and test plugin
run: make e2e
run: make e2e

0 comments on commit 7db0f0c

Please sign in to comment.