Skip to content

Commit

Permalink
make installer check run on push to main only (#1277)
Browse files Browse the repository at this point in the history
  • Loading branch information
schoren authored Sep 21, 2022
1 parent b0badb0 commit c4d1c1f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pull-request-installer.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Installer Pull Request
on: [push]
on:
push:
branches:
- master

jobs:
linux:
Expand Down

0 comments on commit c4d1c1f

Please sign in to comment.