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