Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Commit

Permalink
chore: add dispatch trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
ellie committed Nov 28, 2023
1 parent cc43e21 commit f014ff2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Build docker image

on:
workflow_dispatch:
push:
branches:
- 'main'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Rust

on:
workflow_dispatch:
push:
branches: [ main ]
pull_request:
Expand Down

0 comments on commit f014ff2

Please sign in to comment.