Skip to content

Commit

Permalink
modifying on event for pushes to eio-regsync-while testing functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
Hypertrophik committed Jun 22, 2023
1 parent 82f7fe7 commit ce8449b
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/regsync-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,16 @@
name: Generate-Regsync-Config

on:
pull_request_review:
types: [submitted, edited]
push:
branches:
- "eio-regsync-testing"
# Commented out for testing in the eio-regsync-testing branch
# pull_request_review:
# types: [submitted, edited]

jobs:
build:
if: github.event.review.state == 'approved' && github.event.pull_request.base.ref == 'release-v2.7'
# if: github.event.review.state == 'approved' && github.event.pull_request.base.ref == 'release-v2.7'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit ce8449b

Please sign in to comment.