diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8f81d59..4832c81 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -3,6 +3,8 @@ name: Main on: push: branches: [ main ] + tags: + - "v**" pull_request: branches: [ main ] workflow_dispatch: @@ -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: | diff --git a/README.md b/README.md index 12c297a..d2326dc 100644 --- a/README.md +++ b/README.md @@ -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.