Skip to content

Commit

Permalink
Merge pull request #39 from miha42-github/V3.0.0
Browse files Browse the repository at this point in the history
Try workflow_dispatch again
  • Loading branch information
miha42-github authored Apr 16, 2024
2 parents f224bd8 + 1b97794 commit 8d91abb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ name: Monthly company_dns build
on:
schedule:
- cron: '0 12 1 * *'
workflow_dispatch:

jobs:
build:
runs-on: ubuntu-latest
workflow_dispatch:

steps:
- name: Checkout code
Expand Down

0 comments on commit 8d91abb

Please sign in to comment.