Skip to content

Commit

Permalink
update branch name and add workflow_dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
blueswen committed Nov 21, 2022
1 parent 50e3242 commit 67222b5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/unittests_codecov.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
name: Unit tests with Codecov
on:
# Trigger the workflow on push or pull request,
# but only for the master branch
# but only for the main branch
push:
branches:
- master
- main
pull_request:
branches:
- master
- main
workflow_dispatch:
jobs:
run:
name: Run unit tests with codecov upload
Expand Down

0 comments on commit 67222b5

Please sign in to comment.