From 7a66382f005caa6e2bf611cb480496222bbffe6b Mon Sep 17 00:00:00 2001 From: jahid Date: Fri, 17 Mar 2023 07:43:48 +0600 Subject: [PATCH] ci update --- .github/workflows/testing.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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: