diff --git a/.github/workflows/macos_action_test.yml b/.github/workflows/macos_action_test.yml index 6a82276..25134cf 100644 --- a/.github/workflows/macos_action_test.yml +++ b/.github/workflows/macos_action_test.yml @@ -31,4 +31,10 @@ jobs: access_token: ${{ github.token }} force: true empty: true - tags: true \ No newline at end of file + tags: true + + macos-nochanges: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2.3.4 + - uses: GuillaumeFalourd/git-commit-push@main