mirror of
https://github.com/game-ci/unity-builder.git
synced 2026-01-29 12:19:06 +08:00
refactor(container-hook-service): refine AWS hook inclusion logic and update binary files
This commit is contained in:
6
.github/workflows/integrity.yml
vendored
6
.github/workflows/integrity.yml
vendored
@@ -2,9 +2,9 @@ name: Integrity
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches: [ "**" ]
|
||||
branches: ['**']
|
||||
push:
|
||||
branches: [ "**" ]
|
||||
branches: ['**']
|
||||
|
||||
jobs:
|
||||
tests:
|
||||
@@ -24,5 +24,3 @@ jobs:
|
||||
run: yarn test:ci
|
||||
env:
|
||||
CI: true
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user