Skip to content

Commit

Permalink
chore: update gitlabci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdulsametileri committed Dec 10, 2023
1 parent d11af55 commit 45bc64d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: 🔨IntegrationTest

on:
push:
branches: [main]
branches: [v1,v2]
pull_request:
branches: [main]
branches: [v1,v2]

jobs:
test:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: 🔨Build And Test

on:
push:
branches: [main]
branches: [v1,v2]
pull_request:
branches: [main]
branches: [v1,v2]

jobs:
build:
Expand Down

0 comments on commit 45bc64d

Please sign in to comment.