Skip to content
This repository was archived by the owner on Aug 12, 2025. It is now read-only.

Commit a522291

Browse files
committed
Update release.yml to allow pushes from both master and main branches
1 parent 434f2db commit a522291

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Release
22

33
on:
44
push:
5-
branches: [main]
5+
branches: [master, main]
66
workflow_dispatch:
77
inputs:
88
firstName:

0 commit comments

Comments
 (0)