Skip to content

Commit

Permalink
updated ci workflow and aws role arn
Browse files Browse the repository at this point in the history
  • Loading branch information
dariuszSki committed Aug 7, 2024
1 parent 33122af commit 647c2c2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: ci

on:
push:
branches:
- '*'
- '!main'

jobs:
build_deploy:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: release

on:
push:
branches:
- main
push:
branches:
- main

jobs:
build_deploy:
Expand Down

0 comments on commit 647c2c2

Please sign in to comment.