Skip to content

Commit

Permalink
#129: Add build depth tags and options
Browse files Browse the repository at this point in the history
  • Loading branch information
tapspatel committed Jul 11, 2024
1 parent 5912dad commit b3b2eb5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
pull_request:
branches: [ "main" ]

workflow_dispatch:

jobs:
build:
runs-on: ${{ matrix.os }}
Expand All @@ -28,6 +30,8 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # Fetch all history and tags

- name: mkdir /opt/ttmlir-toolchain
shell: bash
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

workflow_dispatch:

jobs:
pre-commit:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/spdx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

workflow_dispatch:

jobs:
check-spdx-headers:
Expand Down

0 comments on commit b3b2eb5

Please sign in to comment.