Skip to content

Commit

Permalink
ci(publish): crate release on every commit to master
Browse files Browse the repository at this point in the history
  • Loading branch information
secustor committed Sep 9, 2021
1 parent b02a5f6 commit 8b06ec2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
@@ -1,6 +1,9 @@
name: Release

on: workflow_dispatch
on:
push:
branches:
- master

jobs:
release:
Expand Down

0 comments on commit 8b06ec2

Please sign in to comment.