diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a1408e0..54c2507 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -4,8 +4,10 @@ on: pull_request: types: [opened, synchronize] push: - # tags: - # - '*' + tags: + - '*' + branches: + - master workflow_dispatch: # Allow to run manually