Skip to content

Commit

Permalink
Update branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
slawkens committed Jun 3, 2023
1 parent c7ce87c commit b1d2ac3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Cypress
on:
pull_request:
branches: [develop]
branches: [0.9]
push:
branches: [develop]
branches: [0.9]

jobs:
cypress:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit b1d2ac3

Please sign in to comment.