Skip to content

Commit

Permalink
Merge pull request #20 from mihaiconstantin/update-github-workflow
Browse files Browse the repository at this point in the history
Update GitHub workflow to enable manual trigger
  • Loading branch information
mihaiconstantin authored Jul 20, 2022
2 parents 32d5b42 + 5a07373 commit 0cd3271
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ on:
pull_request:
branches:
- main
# Trigger manually via the GitHub UI.
workflow_dispatch:

# Jobs to run.
jobs:
Expand Down
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: powerly
Title: Sample Size Analysis for Psychological Networks and More
Version: 1.8.0
Version: 1.8.1
Authors@R:
person(given = "Mihai",
family = "Constantin",
Expand Down Expand Up @@ -36,7 +36,7 @@ Imports:
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
RoxygenNote: 7.2.0
Collate:
'Backend.R'
'Basis.R'
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. The format
is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this
project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.8.1] - 2022-07-14
### Changed
- Add option to run GitHub workflow manually.

## [1.8.0] - 2022-05-02
### Added
- Add more arguments for generating partial correlation matrices (i.e., in line
Expand Down

0 comments on commit 0cd3271

Please sign in to comment.