Skip to content

Commit

Permalink
Merge pull request #32 from raferdev/development
Browse files Browse the repository at this point in the history
ci(workflow): trigger deploy by push on main
  • Loading branch information
raferdev authored Dec 8, 2023
2 parents d139839 + 8af49fa commit f0ec707
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ concurrency:
cancel-in-progress: true

on:
release:
types: [published]
push:
branches:
- main
jobs:
build:
name: Build
Expand Down

0 comments on commit f0ec707

Please sign in to comment.