Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
name: BiometricAuthentication Build
name: Build BiometricAuthentication

on:
push:
branches: [ '*' ]
paths:
- 'BiometricAuthentication/**'
- '.github/workflows/BiometricAuthentication_Build.yml'
- '.github/workflows/Build_BiometricAuthentication.yml'
pull_request:
branches: [ '*' ]
paths:
- 'BiometricAuthentication/**'
- '.github/workflows/BiometricAuthentication_Build.yml'
- '.github/workflows/Build_BiometricAuthentication.yml'
workflow_dispatch:

concurrency:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
name: BiometricLoginKotlin Build
name: Build BiometricLoginKotlin

on:
push:
branches: [ '*' ]
paths:
- 'BiometricLoginKotlin/**'
- '.github/workflows/BiometricLoginKotlin_Build.yml'
- '.github/workflows/Build_BiometricLoginKotlin.yml'
pull_request:
branches: [ '*' ]
paths:
- 'BiometricLoginKotlin/**'
- '.github/workflows/BiometricLoginKotlin_Build.yml'
- '.github/workflows/Build_BiometricLoginKotlin.yml'
workflow_dispatch:

concurrency:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
name: DirectBoot Build
name: Build DirectBoot

on:
push:
branches: [ '*' ]
paths:
- 'DirectBoot/**'
- '.github/workflows/DirectBoot_Build.yml'
- '.github/workflows/Build_DirectBoot.yml'
pull_request:
branches: [ '*' ]
paths:
- 'DirectBoot/**'
- '.github/workflows/DirectBoot_Build.yml'
- '.github/workflows/Build_DirectBoot.yml'
workflow_dispatch:

concurrency:
Expand Down