Skip to content

Commit

Permalink
chore: allow manual triiger github action
Browse files Browse the repository at this point in the history
  • Loading branch information
yeshan333 committed Mar 15, 2024
1 parent 25d749e commit d6a35a9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/jacoco-unit-test.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: build

on:
workflow_dispatch:
push:
branches: [ main ]

Expand Down Expand Up @@ -44,7 +45,7 @@ jobs:
with:
name: jacoco-report
path: target/site/jacoco/

- name: codecov
uses: codecov/codecov-action@v3
with:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/run-tests.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Maven Tests CI

on: [push]
on:
workflow_dispatch:
push:
branches: [ main ]

jobs:
build:
Expand Down

0 comments on commit d6a35a9

Please sign in to comment.