Skip to content

Commit

Permalink
Remove on:push:paths on worflow for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuSchl committed Aug 10, 2023
1 parent b68a505 commit a087f2c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/back-dockerPush.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: "[BACK] Docker push"
run-name: "[BACK] DockerPush : ${{ github.actor }} push '${{ github.event.head_commit.message }}' 🚀"
on:
push:
on: push
# paths:
# - back_node/**
jobs:
Expand Down

0 comments on commit a087f2c

Please sign in to comment.