Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for pull_request (0.06 sec)

  1. maven.yml

    Maven L2:# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven L3: L4:name: Java CI with Maven L5: L6:on: L7: push: L8: branches: L9: - master L10: - "*.x" L11: pull_request: L12: branches: L13: - master L14: - "*.x" L15: L16:jobs: L17: build: L18: runs-on: ${{ matrix.os }} L19: L20: strategy: L21: matrix: L22: os: [ubuntu-latest, windows-latest] L23: L24: steps: L25: - uses: actions/checkout@v2...
    github.com/codelibs/curl4j/.github/workflows/ma...
    Sat Feb 19 00:40:24 UTC 2022
      675 bytes
  2. maven.yml

    Maven L2:# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven L3: L4:name: Java CI with Maven L5: L6:on: L7: push: L8: branches: L9: - master L10: - "*.x" L11: pull_request: L12: branches: L13: - master L14: - "*.x" L15: workflow_dispatch: L16: L17:jobs: L18: build: L19: runs-on: macos-14 L20: timeout-minutes: 15 L21: steps: L22: - uses: actions/checkout@v4 L23: - name: Set up JDK 21 L24:...
    github.com/codelibs/fess/.github/workflows/mave...
    Sat Feb 10 11:19:11 UTC 2024
      1.1K bytes
  3. codeql.yml

    languages in your repository. Please check L9:# the `language` matrix defined below to confirm you have the correct set of L10:# supported CodeQL languages. L11:# L12:name: "CodeQL" L13: L14:on: L15: push: L16: branches: [ "master" ] L17: pull_request: L18: branches: [ "master" ] L19: schedule: L20: - cron: '38 6 * * 1' L21: L22:jobs: L23: analyze: L24: name: Analyze (${{ matrix.language }}) L25: # Runner size impacts CodeQL analysis time. To learn more, please see: L26: # ...
    github.com/codelibs/fess/.github/workflows/code...
    Wed Aug 14 23:51:19 UTC 2024
      4.4K bytes
Back to top