Skip to content

Commit

Permalink
feat: make possible to run workflow manually
Browse files Browse the repository at this point in the history
  • Loading branch information
augustoccesar committed Dec 6, 2023
1 parent f748222 commit 04d620b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-2019.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: "2019"

on:
workflow_dispatch:
push:
branches:
- master
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-2020.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: "2020"

on:
workflow_dispatch:
push:
branches:
- master
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-2022.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: "2022"

on:
workflow_dispatch:
push:
branches:
- master
Expand Down

0 comments on commit 04d620b

Please sign in to comment.