Skip to content

Commit

Permalink
add tag to pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
buti1021 committed Aug 25, 2024
1 parent 8f09e72 commit 3935306
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_minetest_tar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ name: CI
on:
# Triggers the workflow on push or pull request events but only for the "main" branch
push:
branches: [ "main" ]
branches: ["main"]
pull_request:
branches: [ "main" ]
branches: ["main"]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down Expand Up @@ -48,4 +48,4 @@ jobs:
uses: softprops/action-gh-release@v2
with:
files: /home/runner/work/minetest_builder/minetest_builder/minetest-master/minetest-5.9.0-dev-linux.tar.gz

tag_name: v5.9.0

0 comments on commit 3935306

Please sign in to comment.