This commit is contained in:
poma 2020-10-02 13:00:45 +03:00
parent 22335a3043
commit 85e546beaa
No known key found for this signature in database
GPG Key ID: BA20CB01FE165657
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@ name: build
on: on:
pull_request: pull_request:
push: push:
branches: [ '*' ] branches: ['*']
tags: [ 'v[0-9]+.[0-9]+.[0-9]+' ] tags: ['v[0-9]+.[0-9]+.[0-9]+']
jobs: jobs:
# temporarily disabled # temporarily disabled