Skip to content

Commit

Permalink
fix: add manual dispatch for docker image push
Browse files Browse the repository at this point in the history
  • Loading branch information
akevinge committed Feb 5, 2024
1 parent 11a0fd0 commit a56fc34
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Automatically build and test all packages in our workspace
name: Build and Test

on: pull_request
on:
pull_request:
workflow_dispatch:

jobs:
build_and_test:
Expand Down

0 comments on commit a56fc34

Please sign in to comment.