Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Code Repository
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Build the Stack
run: docker-compose -f local.yml build
- name: Make DB Migrations
Expand All @@ -64,7 +64,7 @@ jobs:
- precommit
steps:
- name: Checkout Repository
uses: actions/checkout@v1
uses: actions/checkout@v3

- name: Push to Staging
if: github.ref == 'refs/heads/develop'
Expand Down