Skip to content

Commit

Permalink
Update actions triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
rbergen committed Dec 6, 2023
1 parent 447ff3f commit a964676
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Azure SWA production CD

on:
workflow_dispatch:
push:
branches:
- production
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Azure SWA staging CD

on:
workflow_dispatch:
push:
branches:
- staging
Expand Down
7 changes: 1 addition & 6 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
name: Plain .NET build

on:
push:
pull_request:
branches:
- staging
- production
on: [workflow_dispatch, push, pull_request]

jobs:
build:
Expand Down

0 comments on commit a964676

Please sign in to comment.