Skip to content

Commit

Permalink
fix: change trigger for workflow
Browse files Browse the repository at this point in the history
Changed the trigger to work on push to any branch

Signed-off-by: flushthemoney <[email protected]>
  • Loading branch information
flushthemoney committed Oct 6, 2023
1 parent 38e4fa4 commit 2092f4c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/docker-build-test.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
name: Docker-BuildTest

on:
push:
branches:
- "main"
push

env:
TEST_TAG: user/app:test
Expand Down

0 comments on commit 2092f4c

Please sign in to comment.