diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8042da1..20270da 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -35,15 +35,15 @@ jobs: run: clojure -M:web/test-headless - name: Build main.js - if: github.event.action == 'review_requested' || github.event.action == 'ready_for_review' + if: github.event_name == 'push' || github.event.action == 'review_requested' || github.event.action == 'ready_for_review' run: clojure -T:build js-bundle - name: Generate RSS feed - if: github.event.action == 'review_requested' || github.event.action == 'ready_for_review' + if: github.event_name == 'push' || github.event.action == 'review_requested' || github.event.action == 'ready_for_review' run: clojure -T:build rss-feed - name: Commit js bundle and rss feed - if: github.event.review.state == 'approved' + if: github.event_name == 'push' || github.event.review.state == 'approved' uses: EndBug/add-and-commit@v9 with: add: |