8000 Use `workflow_dispatch` · TheAlgorithms/scripts@ada8bfd · GitHub
[go: up one dir, main page]

Skip to content

Commit ada8bfd

Browse files
committed
Use workflow_dispatch
1 parent e919180 commit ada8bfd

File tree

4 files changed

+4
-16
lines changed

4 files changed

+4
-16
lines changed

.github/workflows/directory-ignore-files.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
name: DIRECTORY.md workflow (ignore directories)
2-
on:
3-
push:
4-
branches:
5-
- 'main'
2+
on: [workflow_dispatch]
63
jobs:
74
directory_builder:
85
runs-on: ubuntu-latest

.github/workflows/directory.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
name: DIRECTORY.md workflow
2-
on:
3-
push:
4-
branches:
5-
- 'main'
2+
on: [workflow_dispatch]
63
jobs:
74
directory_builder:
85
runs-on: ubuntu-latest

.github/workflows/formatter-ignore-files.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
name: Test with ignore directory argument
2-
on:
3-
push:
4-
branches:
5-
- 'main'
2+
on: [workflow_dispatch]
63
jobs:
74
formatter:
85
runs-on: ubuntu-latest

.github/workflows/formatter.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
name: Test without ignore directory argument
2-
on:
3-
push:
4-
branches:
5-
- 'main'
2+
on: [workflow_dispatch]
63
jobs:
74
formatter:
85
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)
0