Skip to content

Commit

Permalink
Forget trying to automate releases for now, only auto-build for tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Esvandiary committed Aug 15, 2023
1 parent bc298bc commit 96f44c4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 53 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
name: build

on:
- push
- workflow_call
push:
tags:
- '**'
workflow_dispatch:
inputs: null

jobs:
build:
Expand Down
51 changes: 0 additions & 51 deletions .github/workflows/release.yml

This file was deleted.

0 comments on commit 96f44c4

Please sign in to comment.