Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build
on:
workflow_run:
workflows: ['Run Tests']
branches: ['master']
branches: ['main']
types: [completed]

workflow_dispatch:
Expand All @@ -12,7 +12,7 @@ on:
description: Docker Image Tag
ref:
description: Revision or Branch to build
default: master
default: main
push_latest:
description: Set True if the build is for the latest version
type: boolean
Expand Down