diff --git a/.github/workflows/test-all.yml b/.github/workflows/test-all.yml index cae4522d7..0a0669251 100644 --- a/.github/workflows/test-all.yml +++ b/.github/workflows/test-all.yml @@ -4,9 +4,13 @@ on: pull_request: branches: - master + paths-ignore: + - '**/CHANGELOG.md' push: branches: - master + paths-ignore: + - '**/CHANGELOG.md' schedule: - cron: '0 0 * * *' workflow_dispatch: diff --git a/ofrak_core/CHANGELOG.md b/ofrak_core/CHANGELOG.md index 76851ddc8..1a8213869 100644 --- a/ofrak_core/CHANGELOG.md +++ b/ofrak_core/CHANGELOG.md @@ -3,6 +3,9 @@ All notable changes to `ofrak` will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +THIS CHANGE SHOULD NOT RESULT IN A WORKFLOW RUN. + ## [Unreleased](https://github.com/redballoonsecurity/ofrak/tree/master) ### Added - Add license check command to prompt users about community or pro licenses. ([#478](https://github.com/redballoonsecurity/ofrak/pull/478))