Skip to content

Commit

Permalink
feat: run release action on main push
Browse files Browse the repository at this point in the history
  • Loading branch information
martyanovandrey authored Nov 1, 2023
1 parent 9cc6d13 commit 5b9bd8b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: Release

on:
workflow_dispatch:
push:
branches:
- main

jobs:
check-env:

0 comments on commit 5b9bd8b

Please sign in to comment.