Skip to content

Commit

Permalink
Merge pull request #13 from arokem/another_try
Browse files Browse the repository at this point in the history
Another try
  • Loading branch information
arokem authored Jun 17, 2024
2 parents eea0d63 + 03b5b2d commit 897a165
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
on: [push, pull_request]
on:
push:
branches:
- main
pull_request:
branches:
- main

name: Render and Publish

Expand Down Expand Up @@ -40,7 +46,7 @@ jobs:
deploy:
needs: build
runs-on: ubuntu-latest
if: github.event.pull_request.merged == true
if: github.event_name != 'pull_request'
steps:
- name: Commit poster PDF
uses: EndBug/add-and-commit@v9
Expand Down

0 comments on commit 897a165

Please sign in to comment.