diff options
| author | syeopite <syeopite@syeopite.dev> | 2024-06-24 11:36:11 -0700 |
|---|---|---|
| committer | syeopite <syeopite@syeopite.dev> | 2024-06-24 11:36:11 -0700 |
| commit | 848ab1e9c866f8e55467697e18a4ef35503cc936 (patch) | |
| tree | 9a53acef345380c13426d19338de220461146da7 /.github/workflows | |
| parent | 933802b897bb64fec2beebabc696aba4921be68d (diff) | |
| download | invidious-848ab1e9c866f8e55467697e18a4ef35503cc936.tar.gz invidious-848ab1e9c866f8e55467697e18a4ef35503cc936.tar.bz2 invidious-848ab1e9c866f8e55467697e18a4ef35503cc936.zip | |
Specify which workflow builds from master
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/container-release.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/container-release.yml b/.github/workflows/container-release.yml index edb03489..55a791b6 100644 --- a/.github/workflows/container-release.yml +++ b/.github/workflows/container-release.yml @@ -1,4 +1,4 @@ -name: Build and release container +name: Build and release container directly from master on: push: |
