diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 0000000..aeaa527 --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,20 @@ +name: Build Branch + +on: + push: + branches: + - feature/* + - bugfix/* + +jobs: + build: + name: Build + runs-on: self-hosted + steps: + - name: Trigger Jenkins Job + uses: appleboy/jenkins-action@0.0.1 + with: + url: "http://example.com" + user: "example" + token: ${{ secrets.TOKEN }} + job: "PepperDash Core Branch Builds"