Skip to content

Commit 7165de0

Browse files
committed
Update infrastructure
1 parent de0438f commit 7165de0

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

.github/workflows/cli-client.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: cli-client
1+
name: Cli-client
22
defaults:
33
run:
44
shell: bash

.github/workflows/main.yml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,22 @@
1+
name: Infrastructure
12
defaults:
23
run:
34
shell: bash
45
working-directory: infrastructure
5-
name: Deploy
6-
on: [push, pull_request]
6+
7+
on:
8+
push:
9+
branches:
10+
- main
11+
pull_request:
12+
branches:
13+
- main
14+
715
permissions:
816
id-token: write
917
contents: read
1018
pull-requests: write
19+
1120
jobs:
1221
infrastructure:
1322
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)