Skip to content

Commit

Permalink
Run in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fqaiser94 committed Apr 9, 2024
1 parent 537fa44 commit 73743a7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ permissions:
on:
# Triggers the workflow on push or pull request events but only for the main branch and prototype branch
push:
branches: [ main, prototype/*, release/* ]
branches: [ main, prototype/*, release/*, fix_integration_test_ci ]
# Skip running this workflow if only these paths are updated
paths-ignore:
- ".github/**"
# paths-ignore:
# - ".github/**"
pull_request:
types: [ opened, synchronize, reopened, ready_for_review ]
branches: [ main, prototype/*, release/* ]
Expand Down

0 comments on commit 73743a7

Please sign in to comment.