Skip to content

Commit 87ebfa9

Browse files
committed
Enable github actions on dev-angular-19 branch
1 parent 923f792 commit 87ebfa9

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ name: build-run
44
on:
55
# Triggers the workflow on push or pull request events for specific branches
66
push:
7-
branches: [main, dev, angular-update-18]
7+
branches: [main, dev, dev-angular-19]
88
pull_request:
9-
branches: [main, dev, angular-update-18]
9+
branches: [main, dev, dev-angular-19]
1010

1111
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1212
jobs:

.github/workflows/create-docker-hub-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Publish Image in Docker Hub
22

33
on:
44
push:
5-
branches: [main, dev, angular-update]
5+
branches: [main, dev, dev-angular-19]
66

77
jobs:
88
build:

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Tests
22

33
on:
44
push:
5-
branches: [main, dev, angular-update-17-2]
5+
branches: [main, dev, dev-angular-19]
66
pull_request:
7-
branches: [main, dev, angular-update-17-2]
7+
branches: [main, dev, dev-angular-19]
88

99
jobs:
1010
testRigor:

0 commit comments

Comments
 (0)