Skip to content

Commit

Permalink
Cleanup CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Virtlink committed Apr 17, 2024
1 parent 086c1cb commit 478467e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,15 @@ name: Build

on: # yamllint disable-line rule:truthy
push:
branches: [develop,master,main]
branches:
- master
- develop
tags:
- "release-*.*.*"
pull_request:
branches: [develop,master,main]
branches:
- master
- develop

jobs:
build:
Expand Down

0 comments on commit 478467e

Please sign in to comment.