Skip to content

Commit

Permalink
ci(semver): trigger release on merge to main
Browse files Browse the repository at this point in the history
  • Loading branch information
JoffreyPlouvier committed Apr 10, 2024
1 parent 2aaf1e9 commit cd010fd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/CICD.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: "Github Workflows syntax"
name: CI + release

on:
workflow_dispatch:
push:
branches: [ main ]
pull_request:

env:
Expand Down

0 comments on commit cd010fd

Please sign in to comment.