diff --git a/.github/workflows/cicd.yaml b/.github/workflows/cicd.yaml index fdd8f8c4..639ccfe4 100644 --- a/.github/workflows/cicd.yaml +++ b/.github/workflows/cicd.yaml @@ -2,7 +2,7 @@ name: CI jobs on: push: # Run on pushes to the default branch - branches: [integration-tests] + branches: [main] pull_request_target: # Also run on pull requests originated from forks branches: [main] release: