Skip to content

Commit

Permalink
CI: consolidate and fix workflows
Browse files Browse the repository at this point in the history
The mainline branch is main, not master.
  • Loading branch information
ctrueden committed Aug 30, 2024
1 parent c8070cb commit 8d6729f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 24 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/build-pr.yml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@ name: build
on:
push:
branches:
- master
- main
tags:
- "*-[0-9]+.*"
pull_request:
branches:
- main

jobs:
build:
Expand Down

0 comments on commit 8d6729f

Please sign in to comment.