Skip to content

Commit

Permalink
change CI to run for every push
Browse files Browse the repository at this point in the history
  • Loading branch information
M0stafaRady authored Nov 21, 2023
1 parent 8c04538 commit a6448cc
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/caravel_cocotb.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,9 @@
name: Caravel Cocotb CI

on:
# Runs on Every Push
push:
branches:
- '*'
paths:
- 'cocotb/caravel_cocotb/CI/**'
- '.github/workflows/caravel_cocotb.yml'
- 'cocotb/caravel_cocotb/scripts/**'
- '!cocotb/caravel_cocotb/**/' # Exclude directories within the specified directory


# Runs on Pull Requests
pull_request:

jobs:
Expand Down

0 comments on commit a6448cc

Please sign in to comment.