Skip to content

Commit

Permalink
Lock down when a PR would trigger a workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mherger authored Apr 9, 2021
1 parent 51b8fe3 commit 648d7bd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/00_smoketest.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: 'Smoketest for Logitech Media Server'
on: [push, pull_request]
on:
push:
pull_request_target:
types: [assigned, labeled]
jobs:
linux:
name: Run LMS to see whether it crashes immediately...
Expand Down

0 comments on commit 648d7bd

Please sign in to comment.