Skip to content

Commit

Permalink
Temporarily add workflows for pull requests
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Thaler <dthaler1968@gmail.com>
  • Loading branch information
dthaler committed Sep 17, 2024
1 parent 95d4eea commit c16ce9c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/OrcaHello.Web.Api.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: OrcaHello.Web.Api

on:
pull_request:
branches:
- main
paths:
- ModeratorFrontEnd/OrcaHello/OrcaHello.Web.Api/**
- ModeratorFrontEnd/OrcaHello/OrcaHello.Web.Shared/**
push:
branches:
- main
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/OrcaHello.Web.UI.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: OrcaHello.Web.UI

on:
pull_request:
branches:
- main
paths:
- ModeratorFrontEnd/OrcaHello/OrcaHello.Web.UI/**
- ModeratorFrontEnd/OrcaHello/OrcaHello.Web.Shared/**
push:
branches:
- main
Expand Down

0 comments on commit c16ce9c

Please sign in to comment.