Skip to content

Commit 9ff3b13

Browse files
committed
ci: Trigger on 'main' branch
'master' branch has been renamed to 'main'. Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
1 parent 99da313 commit 9ff3b13

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: CI
22

33
on:
44
push:
5-
branches: [ master ]
5+
branches: [ main ]
66
tags: [ 'v*' ]
77
pull_request:
8-
branches: [ master ]
8+
branches: [ main ]
99

1010
permissions:
1111
packages: write

0 commit comments

Comments
 (0)