Skip to content

Commit

Permalink
[CI] Remove branch filters on push and pull_request triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
amadio committed Mar 21, 2023
1 parent 85e7753 commit d616176
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/build.yml
Expand Up @@ -2,14 +2,7 @@ name: build

on:
push:
branches:
- master
- stable-*
tags:
- v*
pull_request:
branches:
- master
schedule:
- cron: '23 1 * * 0'
release:
Expand Down

0 comments on commit d616176

Please sign in to comment.