Skip to content
This repository has been archived by the owner on Dec 23, 2024. It is now read-only.

Commit

Permalink
make sure deps workflow is run
Browse files Browse the repository at this point in the history
  • Loading branch information
srikrishnak committed Dec 20, 2024
1 parent e0a0e7b commit 18b404a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/deps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: Build static library dependencies
on:
workflow_dispatch:
push:
branches-ignore:
- main
paths:
- ".github/workflows/**"
- "Makefile"
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
name: Tests
on:
push:
branches-ignore:
- main
pull_request:
branches-ignore:
- main
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 18b404a

Please sign in to comment.