Skip to content

Commit

Permalink
auto build on ghaction
Browse files Browse the repository at this point in the history
  • Loading branch information
rengolin committed Jan 30, 2024
1 parent 5d7c731 commit a460600
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ name: Basic TPP-MLIR Builder
# For now, we do it manually, but this will need to be on commit
on:
workflow_dispatch:
#on:
# push:
# branches: [ "main" ]
# pull_request:
# branches: [ "main" ]
on:
push:
branches: [ "ghactions" ]
pull_request:
branches: [ "ghactions" ]

jobs:
build_tpp_mlir:
Expand Down

0 comments on commit a460600

Please sign in to comment.