We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd91f31 commit 56e2827Copy full SHA for 56e2827
.github/workflows/check_board_conflicts.yaml
@@ -5,10 +5,9 @@ on:
5
branches:
6
- 'main'
7
- 'master'
8
- pull_request:
9
- branches:
10
- - '*'
11
-
+ pull_request:
+ branches:
+ - '*'
12
jobs:
13
check:
14
name: Check for Conflicts
.github/workflows/main.yaml
@@ -3,10 +3,11 @@ name: Build and Deploy
3
on:
4
push:
- - 'master'
+ - 'main'
+ - 'master'
pull_request:
0 commit comments