Skip to content
This repository has been archived by the owner on Jul 19, 2021. It is now read-only.

Commit

Permalink
Limit github action to pull requests only
Browse files Browse the repository at this point in the history
  • Loading branch information
RobbeSneyders committed Jun 11, 2021
1 parent fe01233 commit 9a2370f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: CI/CD pipeline
on: [push, pull_request]
on: [pull_request]
jobs:
test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 9a2370f

Please sign in to comment.