Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
shinhyo committed May 3, 2024
1 parent 51bf64a commit 683e03a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/Build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ name: Build

on:
push:
branches:
- build
pull_request:
tags:
- 'v[0-9]+.[0-9]+.[0-9]'

concurrency:
group: build-${{ github.ref }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ class CoilInitializer : Initializer<Unit> {
}

override fun dependencies(): MutableList<Class<out Initializer<*>>> = mutableListOf()
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -143,4 +143,4 @@ private fun Preview() {
animatedVisibilityScope = it,
)
}
}
}

0 comments on commit 683e03a

Please # to comment.