diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4faf43303..e2ac8cd81 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,14 +1,14 @@ name: CI on: - # push: - # branches: - # - master - # - next - # pull_request: - # branches: - # - master - # - next + push: + branches: + - master + - next + pull_request: + branches: + - master + - next release: types: - created