Skip to content

Commit

Permalink
- temporary disables branch filters for dotnet tool to try the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
baywet committed May 21, 2021
1 parent 3780d6c commit 428bf9f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/dotnet-tool.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Publish Docker image
on:
push:
branches: [main]
tags: ['v*']
paths: ['src/**', '.github/workflows/**']
push
# branches: [main]
# tags: ['v*']
# paths: ['src/**', '.github/workflows/**']
jobs:
push_to_feed:
env:
Expand Down

0 comments on commit 428bf9f

Please sign in to comment.