build.yml 456 B

123456789101112131415161718192021
  1. # yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
  2. name: Build
  3. on:
  4. workflow_dispatch:
  5. push:
  6. branches:
  7. - master
  8. jobs:
  9. pull_request:
  10. runs-on: ubuntu-latest
  11. steps:
  12. - name: Creates pull request
  13. uses: SheepGoMeh/DalamudPluginPR2@master
  14. with:
  15. token: ${{ secrets.PAT }}
  16. plugin_name: HuntBuddy
  17. project_path: HuntBuddy
  18. plugin_owners: SheepGoMeh, PrincessRTFM