We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91ad16a commit 08f5a43Copy full SHA for 08f5a43
.github/workflows/lintandtest.yml
@@ -1,9 +1,9 @@
1
name: Lint and Test
2
on:
3
pull_request:
4
- branches: [ master ]
+ branches: [ main ]
5
push:
6
7
8
jobs:
9
build:
.github/workflows/publish.yml
@@ -4,7 +4,7 @@ on:
workflow_run:
workflows: ["Lint and Test"]
types: [completed]
- branches: [master]
+ branches: [main]
10
@@ -23,6 +23,6 @@ jobs:
23
- name: Grant execute permission for gradlew
24
run: chmod +x gradlew
25
- name: Publish packages
26
- run: ./gradlew :core-kmm:publish :securewidgets-compose:publish
+ run: ./gradlew :amplifyframework:publish
27
env:
28
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments