Update workflows to main branch

This commit is contained in:
MG-5 2023-10-16 03:49:09 +02:00
parent b48a7c45f2
commit cb11f765e4
3 changed files with 4 additions and 4 deletions

View file

@ -2,7 +2,7 @@ name: Build Ruby Gem
on:
pull_request:
branches: [ master ]
branches: [ main ]
jobs:
test:

View file

@ -2,9 +2,9 @@ name: Jekyll Build
on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
branches: [ master ]
branches: [ main ]
jobs:
build:

View file

@ -3,7 +3,7 @@ name: Workflow Test
on:
workflow_run:
workflows: ["Jekyll build"]
branches: ["master"]
branches: ["main"]
types:
- completed