Skip to content

Commit

Permalink
workflow_dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
guanhuaw committed Aug 4, 2024
1 parent 3311f52 commit 527fefa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/python-ci.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
name: Python-CI

on:
push:
branches:
- master
- develop
- feature/*
pull_request:
branches:
- master
- develop
- feature/*
workflow_dispatch:

jobs:
build:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/python-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
branches:
- master

workflow_dispatch:

jobs:
build:
name: Build distribution 📦
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/python-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
branches:
- master

workflow_dispatch:

jobs:
release:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 527fefa

Please sign in to comment.