diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f54ad153b..887f588f4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,9 +1,9 @@ name: GitHub CI on: - # push: - # branches: [ master ] - # tags: - # - '**' + push: + branches: [ master ] + tags: + - '**' workflow_dispatch: # pull_request: