branches: Update files to refer to main instead of develop

This commit is contained in:
Finlay Davidson
2023-03-01 23:42:29 +01:00
committed by Riku Isokoski
parent 692a9bee5d
commit 3b084d74c3
13 changed files with 26 additions and 28 deletions

View File

@@ -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

View File

@@ -2,7 +2,7 @@ name: Code formatting
on:
pull_request:
branches: [ develop ]
branches: [ main ]
paths:
- '**.cpp'
- '**.h'

View File

@@ -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'

View File

@@ -5,7 +5,7 @@ name: PR comment
on:
pull_request_target:
branches: [ develop ]
branches: [ main ]
paths-ignore:
- 'doc/**'
- '**.md'