Skip to content

Commit

Permalink
Build / release when tag created
Browse files Browse the repository at this point in the history
  • Loading branch information
andyevansrazor committed Mar 10, 2024
1 parent c068d24 commit ee7a7cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ name: carbon-intensity-sdk
on:
push:
branches: [ "main" ]
tags: [ "*" ]
pull_request:
types: [opened, reopened, synchronize]
branches: [ "main" ]

jobs:
build:

runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit ee7a7cb

Please sign in to comment.