Skip to content

Commit

Permalink
run on push
Browse files Browse the repository at this point in the history
  • Loading branch information
susuhahnml committed Nov 16, 2023
1 parent 8c3d6b3 commit 4b45ec7
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 14 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/conda-dev.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: Deploy conda packages (wip)

on:
workflow_dispatch:
inputs:
wip:
description: 'Publish work in progress package.'
required: false
default: 'true'
on: [push]
# workflow_dispatch:
# inputs:
# wip:
# description: 'Publish work in progress package.'
# required: false
# default: 'true'

jobs:
build:
Expand Down
15 changes: 8 additions & 7 deletions .github/workflows/pipsource.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
name: Deploy pip source package (wip)

on:
workflow_dispatch:
inputs:
wip:
description: 'Publish work in progress package.'
required: false
default: 'true'
on: [push]
# on:
# workflow_dispatch:
# inputs:
# wip:
# description: 'Publish work in progress package.'
# required: false
# default: 'true'

jobs:
build_packages:
Expand Down

0 comments on commit 4b45ec7

Please sign in to comment.