diff --git a/.github/workflows/push-code.yml b/.github/workflows/push-code.yml index cc318edf..5558d9f0 100644 --- a/.github/workflows/push-code.yml +++ b/.github/workflows/push-code.yml @@ -1,6 +1,9 @@ name: Push code -on: [push] +on: + push: + branches: + - working-commit jobs: build: