Skip to content

Commit

Permalink
on push.
Browse files Browse the repository at this point in the history
  • Loading branch information
Uacias committed Dec 11, 2024
1 parent 011e00e commit 7ad3110
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,14 @@ name: ci
# - main
# pull_request:

# on:
# workflow_dispatch:

on:
workflow_dispatch:
push:
branches:
- 'feat/**'


env:
CARGO_TERM_COLOR: always
Expand Down

0 comments on commit 7ad3110

Please sign in to comment.