branches: Update files to refer to main instead of develop
This commit is contained in:
committed by
Riku Isokoski
parent
692a9bee5d
commit
3b084d74c3
4
.github/workflows/docker.yml
vendored
4
.github/workflows/docker.yml
vendored
@@ -2,11 +2,11 @@ name: Build and push Docker image
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ develop ]
|
||||
branches: [ main ]
|
||||
paths:
|
||||
- 'docker/**'
|
||||
pull_request:
|
||||
branches: [ develop ]
|
||||
branches: [ main ]
|
||||
paths:
|
||||
- 'docker/**'
|
||||
# Allows you to run this workflow manually from the Actions tab
|
||||
|
||||
2
.github/workflows/format.yml
vendored
2
.github/workflows/format.yml
vendored
@@ -2,7 +2,7 @@ name: Code formatting
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches: [ develop ]
|
||||
branches: [ main ]
|
||||
paths:
|
||||
- '**.cpp'
|
||||
- '**.h'
|
||||
|
||||
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@@ -3,12 +3,12 @@ name: CI
|
||||
# Run this workflow whenever the build may be affected
|
||||
on:
|
||||
push:
|
||||
branches: [ master, develop ]
|
||||
branches: [ main ]
|
||||
paths-ignore:
|
||||
- 'doc/**'
|
||||
- '**.md'
|
||||
pull_request:
|
||||
branches: [ develop ]
|
||||
branches: [ main ]
|
||||
paths-ignore:
|
||||
- 'doc/**'
|
||||
- '**.md'
|
||||
|
||||
2
.github/workflows/pr-comment.yml
vendored
2
.github/workflows/pr-comment.yml
vendored
@@ -5,7 +5,7 @@ name: PR comment
|
||||
|
||||
on:
|
||||
pull_request_target:
|
||||
branches: [ develop ]
|
||||
branches: [ main ]
|
||||
paths-ignore:
|
||||
- 'doc/**'
|
||||
- '**.md'
|
||||
|
||||
Reference in New Issue
Block a user