diff options
author | sommerfeld <sommerfeld@sommerfeld.dev> | 2024-04-22 02:19:12 +0100 |
---|---|---|
committer | sommerfeld <sommerfeld@sommerfeld.dev> | 2024-04-22 02:19:12 +0100 |
commit | 6dfc3679cc73932eebc1fd84283fdc8b3bcc2c27 (patch) | |
tree | 839f50732e4777686513916a8276b6343c43b7be /.github | |
parent | dd5cc9c40b4b733c3a5ade7a5203c22bd724a2fd (diff) | |
download | sentrum-6dfc3679cc73932eebc1fd84283fdc8b3bcc2c27.tar.gz sentrum-6dfc3679cc73932eebc1fd84283fdc8b3bcc2c27.tar.bz2 sentrum-6dfc3679cc73932eebc1fd84283fdc8b3bcc2c27.zip |
Rename build job
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 02c9567..0220563 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,4 +1,4 @@ -name: build every tag +name: Build on: push: tags: |