.github/workflows/ci.yml in umbrellio-sequel-plugins-0.16.0.235 vs .github/workflows/ci.yml in umbrellio-sequel-plugins-0.16.0.238
- old
+ new
@@ -58,11 +58,10 @@
env:
PUBLISH_JOB: true
# Run on push to master branch
- # if: github.event_name == 'push' && github.ref == 'refs/heads/master'
- if: github.event_name == 'push'
+ if: github.event_name == 'push' && github.ref == 'refs/heads/master'
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1