diff --git a/.github/workflows/customCI.yaml b/.github/workflows/customCI.yaml index 90fb5a5..2ce330c 100644 --- a/.github/workflows/customCI.yaml +++ b/.github/workflows/customCI.yaml @@ -6,11 +6,12 @@ name: CI on: push: branches: ['main'] - pull_request: + pull_request_target: branches: ['main'] jobs: build: + permissions: write-all runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 @@ -40,6 +41,7 @@ jobs: uses: transferwise/actions-next-bundle-analyzer@v2 with: comment-strategy: 'always' + create-issue: false - name: Delete merged branch uses: SvanBoxel/delete-merged-branch@1.4.3 with: diff --git a/Jenkinsfile b/Jenkinsfile index 75784d8..865a658 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -17,7 +17,7 @@ pipeline { stage('github_clone') { steps { - git branch: 'dev/ci-cd', credentialsId: 'github_token', url: 'https://github.com/falconlee236/PuangFilm-FE-local' + git branch: 'main', credentialsId: 'github_token', url: 'https://github.com/GDSC-CAU/PuangFilm-FE' } }