Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
only run prerelease on dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
mkolar committed Jun 8, 2021
1 parent f1c858f commit 667e344
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
name: Nightly Prerelease

on:
push:
branches: [main]
workflow_dispatch:


jobs:
create_nightly:
runs-on: ubuntu-latest
if: github.actor != 'pypebot'

steps:
- name: 🚛 Checkout Code
Expand Down

0 comments on commit 667e344

Please sign in to comment.