Skip to content

Commit

Permalink
fix github action
Browse files Browse the repository at this point in the history
  • Loading branch information
☃ pitr committed Jun 30, 2021
1 parent 25b649f commit 6cc3efb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml → .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: build
name: Build & Release

permissions:
content: write
contents: write

on:
push:
branches:
- 'master'
- 'main'
tags:
- 'v*'
pull_request:
Expand Down

0 comments on commit 6cc3efb

Please sign in to comment.