Skip to content

Commit 6dfed32

Browse files
author
Your Name
committed
main
1 parent ba05dec commit 6dfed32

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/junit-jupiter-wf.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: "junit-jupiter macos Building Java Applications CI workflow"
33

44
on:
55
push:
6-
branches: [ test ]
6+
branches: [ main ]
77
pull_request:
8-
branches: [ test ]
8+
branches: [ main ]
99
schedule:
1010
- cron: '0 0 1 * *' ##execution of a task in the first minute of the month
1111

.github/workflows/macos-build-java-wf.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: "macos Building Java Applications CI workflow"
33

44
on:
55
push:
6-
branches: [ test ]
6+
branches: [ main ]
77
pull_request:
8-
branches: [ test ]
8+
branches: [ main ]
99
schedule:
1010
- cron: '0 0 1 * *' ##execution of a task in the first minute of the month
1111

.github/workflows/spock-wf.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: "spock macos Building Java Applications CI workflow"
33

44
on:
55
push:
6-
branches: [ test ]
6+
branches: [ main ]
77
pull_request:
8-
branches: [ test ]
8+
branches: [ main ]
99
schedule:
1010
- cron: '0 0 1 * *' ##execution of a task in the first minute of the month
1111

.github/workflows/testng-wf.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: "testng macos Building Java Applications CI workflow"
33

44
on:
55
push:
6-
branches: [ test ]
6+
branches: [ main ]
77
pull_request:
8-
branches: [ test ]
8+
branches: [ main ]
99
schedule:
1010
- cron: '0 0 1 * *' ##execution of a task in the first minute of the month
1111

0 commit comments

Comments
 (0)