Skip to content

Commit

Permalink
Enclose branch names in quotes in packages.yml
Browse files Browse the repository at this point in the history
The commit message updates the branch names in the packages.yml GitHub workflows file by enclosing them in single quotes. The change is done on both 'main' and 'feature/*' branches.
  • Loading branch information
sfmskywalker committed Feb 14, 2024
1 parent 68b2657 commit 67feaab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ on:
workflow_dispatch:
push:
branches:
- main
- feature/*
- 'main'
- 'feature/*'
release:
types: [ prereleased, published ]
env:
Expand Down

0 comments on commit 67feaab

Please sign in to comment.