Skip to content

Commit

Permalink
fix github action
Browse files Browse the repository at this point in the history
  • Loading branch information
cviolbarbosa committed Mar 18, 2024
1 parent 934a08e commit ee4f934
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@ on:

jobs:
build-and-push:
if: github.ref == 'refs/heads/test'
runs-on: ubuntu-latest

steps:
- name: Print branch
run: echo "Branch: ${{ github.ref }}"

- name: Checkout code
uses: actions/checkout@v2

Expand Down

0 comments on commit ee4f934

Please sign in to comment.