Skip to content

Commit

Permalink
Typo corrected in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
SamueleGiuli committed Jul 10, 2024
1 parent b7bbd0f commit 91424dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/MacOS_Scheduled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: Scheduled CI SciFortran workflow for MacOS

on:
push:
- 'master'
branches:
- master

defaults:
run:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/Ubuntu_Scheduled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: Scheduled CI SciFortran workflow for Ubuntu

on:
push:
- 'master'
branches:
- master

defaults:
run:
Expand Down

0 comments on commit 91424dd

Please sign in to comment.