Skip to content

Commit

Permalink
WIP: testing
Browse files Browse the repository at this point in the history
  • Loading branch information
georgestagg committed Mar 26, 2024
1 parent c3fa718 commit 91ad6ea
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/release-file-system-image.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,15 @@
# Workflow derived from https://github.com/r-wasm/actions/tree/v1/examples
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
on:
release:
# Must republish release to update assets
types: [ published ]
push:
branches: [ testing ]

name: Build and deploy wasm R package image
name: Build and deploy wasm R package image (Testing)

jobs:
release-file-system-image:
uses: r-wasm/actions/.github/workflows/release-file-system-image.yml@v1
uses: georgestagg/rwasm-actions/.github/workflows/release-file-system-image.yml@testing
permissions:
# For publishing artifact files to the release
contents: write
# To download GitHub Packages within action
repository-projects: read
with:
Expand Down

0 comments on commit 91ad6ea

Please sign in to comment.