Skip to content

Commit

Permalink
[ARGG-864]: tmp workflow modification
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksandr Sannikov committed Nov 15, 2023
1 parent e05a9ea commit e6bca50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/fork_cra5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: fork_cra5-release
on:
push:
branches: [fork_cra5]
pull_request:
branches: [fork_cra5]

defaults:
run:
Expand All @@ -16,8 +18,6 @@ jobs:
steps:
- name: Checkout source code
uses: actions/checkout@v4
with:
ref: fork_cra5

- name: Use Node.js
uses: actions/setup-node@v3
Expand Down

0 comments on commit e6bca50

Please sign in to comment.