Skip to content

Commit

Permalink
fixed push action
Browse files Browse the repository at this point in the history
  • Loading branch information
hlotyaks committed Apr 4, 2022
1 parent 72c8659 commit 9b5be32
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: package-analyzer-build

on: [push]
on:
push:
branches:
- '**'

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down

0 comments on commit 9b5be32

Please sign in to comment.