Skip to content

Commit

Permalink
Added new fast branch for CIs
Browse files Browse the repository at this point in the history
Update codemeta.json file
  • Loading branch information
jose-luis-rs committed Nov 1, 2023
1 parent 15f9f6c commit b7d5932
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,11 @@ name: CI-CD

# Controls when the action will run.
on:
# Triggers the workflow in case of a push or pull request events (but only for
# the dev branch)
# Triggers the workflow in case of a push or pull request events
push:
branches: [ dev ]
pull_request:
branches: [ dev ]
branches: [ dev, 202402_fast ]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down
15 changes: 15 additions & 0 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,21 @@
"@type": "Person",
"givenName": "Lorenzo",
"familyName": "Zanetti"
},
{
"@type": "Person",
"givenName": "Konstanze",
"familyName": "Boretzky"
},
{
"@type": "Person",
"givenName": "Leandro",
"familyName": "Milhomens da Fonseca"
},
{
"@type": "Person",
"givenName": "Nikhil",
"familyName": "Mozumdar"
}
]
}

0 comments on commit b7d5932

Please sign in to comment.