Skip to content

Commit

Permalink
Merge pull request #6 from 0xPolygonHermez/edu/change_main_to_develop
Browse files Browse the repository at this point in the history
update book GHA
  • Loading branch information
eduadiez authored Jul 17, 2024
2 parents a439687 + 3afc0d1 commit 179c2a6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 13 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,6 @@ jobs:
if-no-files-found: error

deploy:
# Only deploy if a push to develop
if: github.ref_name == 'develop' && github.event_name == 'develop'
runs-on: ubuntu-latest
needs: [lint, build]

Expand All @@ -135,4 +133,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v4
20 changes: 10 additions & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,16 +99,16 @@ jobs:
# svm_target_platform: linux-aarch64
# platform: linux
# arch: arm64
# - runner: macos-latest-large
# target: x86_64-apple-darwin
# svm_target_platform: macosx-amd64
# platform: darwin
# arch: amd64
# - runner: macos-latest-xlarge
# target: aarch64-apple-darwin
# svm_target_platform: macosx-aarch64
# platform: darwin
# arch: arm64
- runner: macos-13
target: x86_64-apple-darwin
svm_target_platform: macosx-amd64
platform: darwin
arch: amd64
- runner: macos-14
target: aarch64-apple-darwin
svm_target_platform: macosx-aarch64
platform: darwin
arch: arm64
# - runner: windows-latest
# target: x86_64-pc-windows-msvc
# svm_target_platform: windows-amd64
Expand Down

0 comments on commit 179c2a6

Please sign in to comment.