mirror of
https://github.com/netz39/www.netz39.de.git
synced 2025-01-18 20:10:12 +01:00
Update workflows to main branch
This commit is contained in:
parent
b48a7c45f2
commit
cb11f765e4
3 changed files with 4 additions and 4 deletions
2
.github/workflows/gem-build.yml
vendored
2
.github/workflows/gem-build.yml
vendored
|
@ -2,7 +2,7 @@ name: Build Ruby Gem
|
|||
|
||||
on:
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
branches: [ main ]
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
|
4
.github/workflows/jekyll-build.yml
vendored
4
.github/workflows/jekyll-build.yml
vendored
|
@ -2,9 +2,9 @@ name: Jekyll Build
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
branches: [ main ]
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
branches: [ main ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
2
.github/workflows/workflow-test.yml
vendored
2
.github/workflows/workflow-test.yml
vendored
|
@ -3,7 +3,7 @@ name: Workflow Test
|
|||
on:
|
||||
workflow_run:
|
||||
workflows: ["Jekyll build"]
|
||||
branches: ["master"]
|
||||
branches: ["main"]
|
||||
types:
|
||||
- completed
|
||||
|
||||
|
|
Loading…
Reference in a new issue