From ef61e7b12d2eb28aff7f59d628a08b4f4a3a1a50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=90=E6=A7=BD=E5=A4=A7=E7=A5=9E=5FOfficial?= <121039198+tucaodashen@users.noreply.github.com> Date: Mon, 22 Jul 2024 00:24:47 +0800 Subject: [PATCH] Update ActionTest.yml --- .github/workflows/ActionTest.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ActionTest.yml b/.github/workflows/ActionTest.yml index 1a0b6f4..ea24e33 100644 --- a/.github/workflows/ActionTest.yml +++ b/.github/workflows/ActionTest.yml @@ -1,6 +1,8 @@ name: learn-github-actions run-name: ${{ github.actor }} is learning GitHub Actions on: + release: + types: [published] jobs: build: @@ -21,4 +23,4 @@ jobs: run: python -c "import sys; print(sys.version)" - name: Install depends run: dir - - run: pip install -r requirements.txt \ No newline at end of file + - run: pip install -r requirements.txt