.github/workflows/main.yml in grumlin-0.1.1 vs .github/workflows/main.yml in grumlin-0.1.3

- old
+ new

@@ -46,10 +46,10 @@ publish: runs-on: ubuntu-latest needs: - lint - test - # if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') + if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') steps: - uses: actions/checkout@v2 - uses: ruby/setup-ruby@v1 with: