diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 94f4e1be..456d853b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml | |||
@@ -4,6 +4,7 @@ on: | |||
4 | push: | 4 | push: |
5 | branches: | 5 | branches: |
6 | - main | 6 | - main |
7 | - master | ||
7 | pull_request: | 8 | pull_request: |
8 | branches: | 9 | branches: |
9 | - main | 10 | - main |
@@ -30,7 +31,6 @@ jobs: | |||
30 | uses: actions/checkout@v4 | 31 | uses: actions/checkout@v4 |
31 | with: | 32 | with: |
32 | fetch-depth: 0 | 33 | fetch-depth: 0 |
33 | filter: tree:0 | ||
34 | 34 | ||
35 | # - name: Configure Visual Studio | 35 | # - name: Configure Visual Studio |
36 | # shell: cmd | 36 | # shell: cmd |