Skip to content

Commit

Permalink
filip(fix): pipeline name change
Browse files Browse the repository at this point in the history
  • Loading branch information
fstoqnov-iohk committed Mar 19, 2024
1 parent 88f86ff commit 21dda72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 24 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Production deployment
on:
push:
branches:
- main
- master

env:
NEXT_TELEMETRY_DISABLED: 1
Expand All @@ -21,7 +21,7 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
ref: 'main'
ref: 'master'
- uses: amondnet/[email protected]
with:
vercel-token: ${{ secrets.VERCEL_TOKEN }}
Expand Down
22 changes: 0 additions & 22 deletions .github/workflows/sync-master.yml

This file was deleted.

0 comments on commit 21dda72

Please sign in to comment.