Skip to content
This repository was archived by the owner on Dec 3, 2024. It is now read-only.

Commit 4072578

Browse files
authoredSep 25, 2024··
ci: update Download only gets triggered when workflow updates
1 parent 53a4bfe commit 4072578

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed
 

‎.github/workflows/download.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,20 @@ on:
77
# Triggers the workflow on push or pull request events but only for the "main" branch
88
push:
99
branches: [ "main" ]
10+
paths:
11+
- ".github/workflows/*"
1012
pull_request:
1113
branches: [ "main" ]
14+
paths:
15+
- ".github/workflows/*"
1216

1317
# Allows you to run this workflow manually from the Actions tab
1418
workflow_dispatch:
1519

1620
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1721
jobs:
1822
# This workflow contains a single job called "build"
19-
build:
23+
download:
2024
# The type of runner that the job will run on
2125
runs-on: ubuntu-latest
2226

0 commit comments

Comments
 (0)
This repository has been archived.