Skip to content

Commit

Permalink
Corrections to the yaml file for a github action.
Browse files Browse the repository at this point in the history
  • Loading branch information
klust committed Mar 8, 2024
1 parent 0c08857 commit 8c6b5ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push-deploy-main-tag.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
# documentation: https://help.github.com/en/articles/workflow-syntax-for-github-actions
name: tag-based on pupsh automatic deploy of the LUMI Software Library
name: tag-based on push automatic deploy of the LUMI Software Library
on:
push:
tags:
- '*''
- '*'
permissions:
contents: write # to fetch code (actions/checkout) + deploy docs to GitHub Pages (gh-pages branch)
jobs:
Expand Down

0 comments on commit 8c6b5ba

Please sign in to comment.