Skip to content

Commit

Permalink
github_workflows: clean up workflow
Browse files Browse the repository at this point in the history
- rename workflow file to better reflect current state
- only deploy on push event (Fixes #1742)

PiperOrigin-RevId: 698950685
  • Loading branch information
proppy authored and copybara-github committed Nov 22, 2024
1 parent 29dca2e commit 507358c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
runs-on:
labels: ubuntu-22.04-4core
needs: build
if: github.event_name == 'push'
steps:
- name: Deploy to GitHub Pages
id: deployment
Expand Down

0 comments on commit 507358c

Please sign in to comment.