Skip to content

Commit

Permalink
Update github-actions-after-push.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
OlehBabenkoo committed Jun 5, 2023
1 parent 6f618f8 commit 415aaea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-actions-after-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ name: GitHub Actions After Push Into Develop Branch
on:
push:
branches:
- develop-ts
- master
jobs:
cypress-run:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
ref: develop-ts
ref: master
- name: Install node
uses: actions/setup-node@v2
with:
Expand Down

0 comments on commit 415aaea

Please sign in to comment.