Skip to content

Commit

Permalink
build: add manual trigger for workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
threeal committed May 25, 2021
1 parent 4ae3c41 commit f21d6c8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: Build and Test
on:
workflow_dispatch:
pull_request:
branches: [ master ]
branches: [master]
push:
branches: [ master ]
branches: [master]
jobs:
build-and-test:
runs-on: ubuntu-latest
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/deploy-debian-nightly.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: Deploy Debian Nightly
on:
workflow_dispatch:
push:
branches: [ master ]
branches: [master]
jobs:
deploy-debian-nightly:
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy-debian-stable.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Deploy Debian Stable
on:
workflow_dispatch:
release:
types: [created]
jobs:
Expand Down

0 comments on commit f21d6c8

Please sign in to comment.