# name: Build # on: # push: # branches: [master] # jobs: # build: # name: Build # runs-on: ubuntu-latest # steps: # - uses: actions/checkout@v3 # - name: Call build in Dokploy # if: success() # run: curl -X GET ${{ secrets.BUILD_WEBHOOK_URL }}