Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
CI: Limit push jobs to master and stable*
Signed-off-by: Marcel Klehr <[email protected]>
  • Loading branch information
marcelklehr committed Apr 4, 2022
commit eef69b1d6bbabbc379929d8499d6de8864655a19
2 changes: 1 addition & 1 deletion .github/workflows/floccus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
push:
branches:
- master
- develop
- stable*

env:
APP_NAME: bookmarks
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/repair.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: Repair step
on:
pull_request:
push:
branches:
- master
- stable*

env:
APP_NAME: bookmarks
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: Upgrade
on:
pull_request:
push:
branches:
- master
- stable*

env:
APP_NAME: bookmarks
Expand Down