Skip to content

Commit

Permalink
- Fix workflow trigger condition
Browse files Browse the repository at this point in the history
  • Loading branch information
ParticleG committed Aug 9, 2024
1 parent 1f33d26 commit ce2efc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ name: ZZZBotris.Net CI

on:
push:
branches: ["ci-*, master"]
branches: [ci-*, master]
tags: [ pre*, v* ]
pull_request:
branches: ["master"]
branches: [master]

jobs:
build:
Expand Down

0 comments on commit ce2efc4

Please sign in to comment.