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 bf93c43 commit b68a505
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/back-dockerPush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: "[BACK] Docker push"
run-name: "[BACK] DockerPush : ${{ github.actor }} push '${{ github.event.head_commit.message }}' 🚀"
on:
push:
paths:
- back_node/**
# paths:
# - back_node/**
jobs:
Check:
runs-on: ubuntu-latest
Expand Down

0 comments on commit b68a505

Please sign in to comment.