Skip to content

Commit

Permalink
re-enabling workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter-Herrmann committed Apr 27, 2024
1 parent f8fd694 commit f4df8b1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: RISC-V Arch Tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]

jobs:
setup:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/synthesis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Synthesis
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]

jobs:
synthesis:
Expand Down

0 comments on commit f4df8b1

Please sign in to comment.