diff --git a/.github/workflows/config.yml b/.github/workflows/config.yml index 4abcce4..c6fd5a8 100644 --- a/.github/workflows/config.yml +++ b/.github/workflows/config.yml @@ -2,7 +2,7 @@ name: test on: push: - branches: [ master ] + branches: [ master, fix-strip-ansi-import ] pull_request: branches: [ master ]