Skip to content

Commit

Permalink
fix(cicd): clean up workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
seekayel committed Nov 25, 2022
1 parent c742411 commit 508ccad
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 24 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/merge_main.yaml

This file was deleted.

8 changes: 7 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
name: Release
"on":
on:
push:
branches:
- main

env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
CYCLIC_DB: db-sdkCyclicDB

jobs:
release:
name: release
Expand Down

0 comments on commit 508ccad

Please sign in to comment.