From 49b8c080de24cea0c1539cc1e6194fc62b8e4b7e Mon Sep 17 00:00:00 2001 From: sairaj mote Date: Sun, 17 Dec 2023 02:55:58 +0530 Subject: [PATCH] Update repopush.yml --- .github/workflows/repopush.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/repopush.yml b/.github/workflows/repopush.yml index 3dc0ec4..eee89c4 100644 --- a/.github/workflows/repopush.yml +++ b/.github/workflows/repopush.yml @@ -1,9 +1,6 @@ # push contents of this repo to specified repo on github on commit name: push this repo to bundle repo -on: - push: - branches: - - master +on: [push] jobs: build: runs-on: self-hosted