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