Skip to content

Commit

Permalink
chore: re-enable ci
Browse files Browse the repository at this point in the history
  • Loading branch information
uptickmetachu committed Jul 25, 2024
1 parent 1ceae0d commit 9e7dcc5
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,18 @@ name: Python
on:
push:
branches:
- release/*
- develop
- master
- main
- release/*
- develop
- master
- main
pull_request: {}

permissions:
id-token: write # Required for federated aws oidc
contents: read
contents: write
actions: read
pull-requests: write
issues: write

env:
CLUSTER_KEY: ${{secrets.CLUSTER_KEY}}
Expand Down

0 comments on commit 9e7dcc5

Please sign in to comment.