Skip to content

Commit

Permalink
Add workflow_dispatch to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Dolfost committed Jan 8, 2025
1 parent 598fe2f commit 91fd54d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Continuous deployment

on:
workflow_dispatch:
push:
tags:
- 'v[0-9]+.[0-9]+.?[0-9]*.?[0-9]*'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Continuous integration

on:
workflow_dispatch:
push:
branches: [ "develop" ]
pull_request:
Expand Down

0 comments on commit 91fd54d

Please sign in to comment.