Skip to content

Commit

Permalink
Allow manual triggering of CI actions
Browse files Browse the repository at this point in the history
  • Loading branch information
4ever2 committed Jan 14, 2025
1 parent 0e112c6 commit 0e67dfc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Build
on:
workflow_dispatch:
push:
branches:
- 'master'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/lint-opam.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Lint Opam
on:
workflow_dispatch:
pull_request:
paths:
- '**.opam'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/refresh-cache.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Refresh cache
on:
workflow_dispatch:
schedule:
- cron: 0 1 * * MON
concurrency:
Expand Down

0 comments on commit 0e67dfc

Please sign in to comment.