Skip to content

Commit a3f7368

Browse files
authored
[chores] Added blankline and removed main from workflow trigger branches
1 parent 27562c2 commit a3f7368

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/backport.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
push:
55
branches:
66
- master
7-
- main
87
issue_comment:
98
types: [created]
109

@@ -40,4 +39,5 @@ jobs:
4039
comment_body: ${{ github.event.comment.body }}
4140
secrets:
4241
app_id: ${{ secrets.OPENWISP_BOT_APP_ID }}
43-
private_key: ${{ secrets.OPENWISP_BOT_PRIVATE_KEY }}
42+
private_key: ${{ secrets.OPENWISP_BOT_PRIVATE_KEY }}
43+

0 commit comments

Comments
 (0)