fix: fixed syntax for actions in branches
This commit is contained in:
3
.github/workflows/sync.yml
vendored
3
.github/workflows/sync.yml
vendored
@@ -2,7 +2,8 @@ name: Update 42 repo
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: main
|
||||
branches:
|
||||
- main
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
Reference in New Issue
Block a user