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: on:
pull_request: pull_request:
branches: [ master ] branches: [ main ]
jobs: jobs:
test: test:

View file

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

View file

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