Skip to content

Commit cf06d94

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

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/check_board_conflicts.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ on:
88
pull_request:
99
branches:
1010
- '*'
11-
1211
jobs:
1312
check:
1413
name: Check for Conflicts

.github/workflows/main.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@ name: Build and Deploy
33
on:
44
push:
55
branches:
6-
- 'master'
7-
pull_request:
8-
branches:
9-
- '*'
6+
- 'main'
7+
- 'master'
8+
pull_request:
9+
branches:
10+
- '*'
1011

1112

1213
jobs:

0 commit comments

Comments
 (0)