We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e4de77 commit 87d7439Copy full SHA for 87d7439
.github/workflows/build.yml
@@ -4,11 +4,11 @@ name: Build
4
# This workflow is triggered on pushes and pull requests to the main branch.
5
on:
6
push:
7
- branches:
8
- - main
+ #branches:
+ #- main
9
pull_request:
10
11
12
13
# Concurrency settings to cancel in-progress runs for the same PR or branch
14
# This prevents wasting resources on outdated commits.
0 commit comments