ci: dont run CI on pushed tags
This commit is contained in:
parent
b0331f7250
commit
490350fcfe
1 changed files with 4 additions and 1 deletions
|
|
@ -1,5 +1,8 @@
|
|||
name: CI
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
branches: ["main"]
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
Test:
|
||||
|
|
|
|||
Reference in a new issue