Skip to content

Commit

Permalink
Add workflow_dispatch trigger to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jturner314 committed Sep 14, 2024
1 parent 169c116 commit 036dcab
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
name: Continuous integration

on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
push:
branches:
- master
workflow_dispatch:

env:
CARGO_TERM_COLOR: always
Expand Down

0 comments on commit 036dcab

Please sign in to comment.