Skip to content

Commit

Permalink
Refactor release.yml to update pull_request trigger and branch filtering
Browse files Browse the repository at this point in the history
  • Loading branch information
a-ng-d committed Sep 22, 2024
1 parent 6cd3d98 commit ddba71f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
name: Release for Figma

on:
push:
branches:
- ui-color-palette-*
pull_request:
types:
- synchronize
types: [synchronize, closed]
branches:
- ui-color-palette-*

Expand Down

0 comments on commit ddba71f

Please sign in to comment.