Skip to content

Commit

Permalink
ci: Only build web when WASM changes
Browse files Browse the repository at this point in the history
  • Loading branch information
trungnt2910 committed Sep 10, 2021
1 parent d47ff91 commit 7e7e77b
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion .github/workflows/ci_web.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
name: 'Build and publish web application'
on: [push, pull_request]
on:
create:
branches:
- release/**
push:
branches:
- master
- dev/**
paths:
- TimetableApp/TimetableApp.Wasm/**
- TimetableApp/TimetableApp.Shared/**
- .github/workflows/**
pull_request:
branches:
- master
paths:
- TimetableApp/TimetableApp.Wasm/**
- TimetableApp/TimetableApp.Shared/**
- .github/workflows/**

jobs:
build:
Expand Down

0 comments on commit 7e7e77b

Please sign in to comment.