Skip to content

Commit

Permalink
Only run main-no-deploy on prs, close #1105
Browse files Browse the repository at this point in the history
  • Loading branch information
Robinlovelace committed Jun 17, 2024
1 parent 65201fb commit 2b44888
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/main-no-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,13 @@
on:
push:
branches:
- main
pull_request:
branches:
- main
- main
name: Render-no-deploy
jobs:
bookdown:
name: Render-Book
runs-on: ubuntu-latest
container: geocompr/geocompr:suggests
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v2
- name: Render Book
Expand Down

0 comments on commit 2b44888

Please sign in to comment.