Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
kafonek committed Jan 4, 2024
1 parent 878db62 commit fa3b704
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .github/workflows/rust-wasm-webpage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,9 @@ name: Build Rust WASM page and Deploy to GitHub Pages

on:
push:
paths:
- 'rust-wasm/**'
pull_request:
paths:
- 'rust-wasm/**'

concurrency:
group: wasm-page-${{ github.ref }}
cancel-in-progress: true

branches:
- main

jobs:
build-and-deploy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit fa3b704

Please sign in to comment.