Skip to content

Commit

Permalink
temp ci.yml update to verify
Browse files Browse the repository at this point in the history
  • Loading branch information
llbartekll committed Aug 4, 2023
1 parent 39c8701 commit 2730866
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
name: ci

on:
push:
branches:
- E2E-tests
pull_request_target:
branches:
- develop
- main


concurrency:
group: ${{ github.workflow }}-${{ github.event_name == 'pull_request_target' && github.event.pull_request.number || github.ref_name }}
cancel-in-progress: ${{ github.event_name == 'pull_request_target' }}
Expand Down

0 comments on commit 2730866

Please sign in to comment.