Skip to content

Commit

Permalink
testing2
Browse files Browse the repository at this point in the history
  • Loading branch information
StealWonders committed Mar 4, 2024
1 parent 569cc8e commit 4f73d17
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy-main-in-dev-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ jobs:
with:
push: true # Will only build if this is not here
tags: ${{ steps.meta.outputs.tags }}

# Run commands printing the file / directory structure
- name: List files
run: ls -la

deploy:
needs: [ build ]
runs-on: ubuntu-latest
Expand Down

0 comments on commit 4f73d17

Please sign in to comment.