Skip to content

Commit

Permalink
Update workflow to trigger on push
Browse files Browse the repository at this point in the history
  • Loading branch information
agailloty committed Feb 10, 2024
1 parent b048eba commit dc8880b
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
name: Build and Release .NET Projects

on:
push:
branches:
- main
pull_request:
branches:
- main
push:
branches: [main, master]
pull_request:
branches: [main, master]
workflow_dispatch:

name: Build and Release .NET Projects

jobs:
build_and_release:
Expand Down

0 comments on commit dc8880b

Please sign in to comment.