Skip to content

Commit

Permalink
Have Github Actions trigger on tags
Browse files Browse the repository at this point in the history
Signed-off-by: Aurélien Bompard <[email protected]>
  • Loading branch information
abompard committed Oct 10, 2024
1 parent a144409 commit 5fc200f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,19 @@
name: Tests & Build

on:
push:
branches:
- stable
- develop
tags:
- v*
pull_request:
branches:
- stable
- develop

name: Tests & Build

jobs:

tests-misc:
name: Misc tests
runs-on: ubuntu-latest
Expand Down

0 comments on commit 5fc200f

Please sign in to comment.