Skip to content

Commit 08f5a43

Browse files
committed
⚙️👷
1 parent 91ad16a commit 08f5a43

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/lintandtest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Lint and Test
22
on:
33
pull_request:
4-
branches: [ master ]
4+
branches: [ main ]
55
push:
6-
branches: [ master ]
6+
branches: [ main ]
77

88
jobs:
99
build:

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
workflow_run:
55
workflows: ["Lint and Test"]
66
types: [completed]
7-
branches: [master]
7+
branches: [main]
88

99
jobs:
1010
build:
@@ -23,6 +23,6 @@ jobs:
2323
- name: Grant execute permission for gradlew
2424
run: chmod +x gradlew
2525
- name: Publish packages
26-
run: ./gradlew :core-kmm:publish :securewidgets-compose:publish
26+
run: ./gradlew :amplifyframework:publish
2727
env:
2828
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)