mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-07-10 04:15:51 +00:00
ci: get rid of development branch
This commit is contained in:
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -2,9 +2,11 @@ name: build & tests
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ development, master ]
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
branches: [ development, master ]
|
||||
branches:
|
||||
- master
|
||||
|
||||
env:
|
||||
BUILD_TYPE: Release
|
||||
|
Reference in New Issue
Block a user