diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index df05614..619f5e8 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -1,10 +1,10 @@ name: Test, Review and Generate APK on: -# push: -# branches: [ "master" ] -# pull_request: -# # The branches below must be a subset of the branches above -# branches: [ "master" ] + push: + branches: [ "master" ] + pull_request: + # The branches below must be a subset of the branches above + branches: [ "master" ] workflow_dispatch: permissions: