aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/builds.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml
index 8cff673..4fd4f97 100644
--- a/.github/workflows/builds.yml
+++ b/.github/workflows/builds.yml
@@ -6,10 +6,10 @@ name: Builds
6on: 6on:
7 # Push to any tracked branches 7 # Push to any tracked branches
8 push: 8 push:
9 branches: [master] 9 branches: [main]
10 # PRs only on master branch 10 # PRs only on main branch
11 pull_request: 11 pull_request:
12 branches: [master] 12 branches: [main]
13 # Manual trigger from the UI 13 # Manual trigger from the UI
14 workflow_dispatch: 14 workflow_dispatch:
15 inputs: 15 inputs: