Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Commit

Permalink
add publishing on space not only master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Avvessalom committed Oct 13, 2021
1 parent d6ae777 commit ead58ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-on-space.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Publish on Space

on:
push:
branches: [master]
branches: [ master, publish_* ]

jobs:
publish:
Expand Down

0 comments on commit ead58ab

Please sign in to comment.