Skip to content

Commit

Permalink
Update ci.pr.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vendelieu authored Nov 17, 2023
1 parent 37fc9a6 commit 371cc2a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: "PR Pipeline"

on:
push:
branches: [ main ]
branches: [ master ]
pull_request:
branches: [ main ]
branches: [ master ]
workflow_dispatch:

jobs:
Expand All @@ -25,4 +25,4 @@ jobs:
17
- name: Set up Gradle
uses: gradle/[email protected]
- run: "./gradlew :check --continue"
- run: "./gradlew :check --continue"

0 comments on commit 371cc2a

Please sign in to comment.