From 6060320ac85c94f6dc7d3595826c41ce0bfe20cd Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Tue, 21 Dec 2021 09:59:22 -0300 Subject: [PATCH] Update macos_action_test.yml --- .github/workflows/macos_action_test.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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