diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 2909555a..067c9a6c 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -1,9 +1,9 @@ name: Cypress on: pull_request: - branches: [develop] + branches: [0.9] push: - branches: [develop] + branches: [0.9] jobs: cypress: @@ -34,7 +34,7 @@ jobs: - name: Checkout MyAAC uses: actions/checkout@v3 with: - ref: develop + ref: 0.9 - name: Checkout TFS uses: actions/checkout@v3