Skip to content

Commit

Permalink
Make actions triggerable manaully
Browse files Browse the repository at this point in the history
  • Loading branch information
macisamuele committed Jul 14, 2024
1 parent 4931c82 commit fc0ab1d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Build

on:
workflow_dispatch: {}
push:
branches:
- master
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/bump-releases.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Bump External Releases

on:
workflow_dispatch: {}
schedule:
- cron: 0 0 * * * # every day at midnight

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Publish on PyPI

on:
workflow_dispatch: {}
push:
tags:
- v*
Expand Down

0 comments on commit fc0ab1d

Please sign in to comment.