Skip to content

Commit

Permalink
ci: test build auto
Browse files Browse the repository at this point in the history
  • Loading branch information
Eyap53 committed Sep 23, 2024
1 parent 2cc27c5 commit 0c6c250
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/builds.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
name: Builds

on: [push, pull_request]
on:
push:
tags:
- v*
workflow_dispatch:
inputs:
tags:
description: "Test scenario tags"
required: true
type: string

jobs:
buildForAllSupportedPlatforms:
Expand Down

0 comments on commit 0c6c250

Please sign in to comment.