Skip to content

Commit 56e2827

Browse files
committed
ci: update workflow trigger conditions
1 parent cd91f31 commit 56e2827

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/check_board_conflicts.yaml

+3-4
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,9 @@ on:
55
branches:
66
- 'main'
77
- 'master'
8-
pull_request:
9-
branches:
10-
- '*'
11-
8+
pull_request:
9+
branches:
10+
- '*'
1211
jobs:
1312
check:
1413
name: Check for Conflicts

.github/workflows/main.yaml

+3-2
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@ name: Build and Deploy
33
on:
44
push:
55
branches:
6-
- 'master'
6+
- 'main'
7+
- 'master'
78
pull_request:
89
branches:
9-
- '*'
10+
- '*'
1011

1112

1213
jobs:

0 commit comments

Comments
 (0)