Skip to content

Commit

Permalink
stamp(gh): adding dispatch event to workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
kallebysantos committed Jan 28, 2025
1 parent 22f3638 commit a7768bc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: CI

on:
workflow_dispatch:
branches: [ "main" ]
push:
branches: [ "main" ]
pull_request:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/publish_docker.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: publish Docker image

on:
workflow_dispatch:
branches: [ "main" ]
release:
types: [ "published" ]

Expand Down

0 comments on commit a7768bc

Please sign in to comment.