From 53be2097229bf447f9f2464746250eb8b4436aa7 Mon Sep 17 00:00:00 2001 From: TS Security Bot <44610966+tssecurity@users.noreply.github.com> Date: Thu, 29 Feb 2024 09:32:40 +0900 Subject: [PATCH] Add .github/build.yml --- .github/workflows/build.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/build.yml diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml new file mode 100644 index 0000000..4f04f64 --- /dev/null +++ b/.github/workflows/build.yml @@ -0,0 +1,15 @@ +name: build +on: + pull_request: + push: + branches: + - master + +jobs: + build: + runs-on: [self-hosted,ts-large-x64-docker-large] + steps: + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + with: + ref: ${{ github.event.pull_request.head.sha }} + # Actually build stuff here