Skip to content

Commit

Permalink
Enable build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gamer191 authored Apr 27, 2024
1 parent 03e9fb1 commit 9f1fd0b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@ on:
push:
branches:
- master
- master-fix
paths:
- "yt_dlp/**.py"
- "!yt_dlp/version.py"
- "bundle/*.py"
- "pyproject.toml"
- "Makefile"
- ".github/workflows/build.yml"
- ".github/workflows/*"
concurrency:
group: release-master
permissions:
Expand Down

0 comments on commit 9f1fd0b

Please sign in to comment.