Skip to content

Commit

Permalink
only run release on master
Browse files Browse the repository at this point in the history
  • Loading branch information
MIWdlB committed May 18, 2024
1 parent 42ce558 commit ca5a0c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Release CICD
on:
branches:
only:
- master
release:
branches:
only:
- master
types: [released]
jobs:
build:
Expand Down

0 comments on commit ca5a0c5

Please sign in to comment.