Skip to content

Commit

Permalink
Add tag to push condition
Browse files Browse the repository at this point in the history
  • Loading branch information
sogladev committed Jan 25, 2024
1 parent 0367861 commit b0bd9e9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Main
on:
push:
branches: [ main ]
tags:
- "v**"
pull_request:
branches: [ main ]
workflow_dispatch:
Expand Down Expand Up @@ -81,6 +83,8 @@ jobs:
needs: build
runs-on: ubuntu-22.04
if: startsWith(github.ref, 'refs/tags/')
#git tag -a v1.0.1 -m "test release"
#git push origin v1.0.1
steps:
- name: Setup folder structure
run: |
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Words vocabulary + pronounciation + definition
# Words vocabulary + pronunciation + definition

This project aims to provide easy-to-read and printable vocabulary list of the
most common words of the English/Dutch/French/... language with their meaning.
Expand Down

0 comments on commit b0bd9e9

Please sign in to comment.