Skip to content

Commit

Permalink
Try push trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
radeknovis committed Jul 24, 2023
1 parent 2b624d1 commit 7c7bb17
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: ci

on:
pull_request_target:
# pull_request_target:
# branches:
# - develop
# - main
push:
branches:
- develop
- main
pull_request:
branches:
- develop
- feat/ci/self-hosted-runners

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

0 comments on commit 7c7bb17

Please sign in to comment.