Skip to content

Commit

Permalink
Run GHA when a tag is pushed
Browse files Browse the repository at this point in the history
  • Loading branch information
geographika committed May 30, 2024
1 parent 7c4561f commit 8c08865
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,16 @@ on:
branches:
- master
- dev
tags:
- '*'
pull_request:
branches:
- master

jobs:
test:

runs-on: ubuntu-20.04
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.8, 3.9, "3.10", "3.11"]
Expand Down

0 comments on commit 8c08865

Please sign in to comment.