Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
acj committed Oct 31, 2024
1 parent 393d329 commit 3c556ba
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: CI

on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
# branches: [ main ]
#pull_request:
# branches: [ main ]
workflow_dispatch:

jobs:
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/deps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ name: Build dependencies

on:
push:
branches: [ main ]
paths:
- 'deps/**'
pull_request:
branches: [ main ]
paths:
- 'deps/**'
# branches: [ main ]
# paths:
# - 'deps/**'
#pull_request:
# branches: [ main ]
# paths:
# - 'deps/**'
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 3c556ba

Please sign in to comment.