Skip to content

Commit

Permalink
Updatng based on sugestion by @jessehouwing
Browse files Browse the repository at this point in the history
  • Loading branch information
MrHinsh committed Jul 17, 2024
1 parent 4b86f69 commit 75a0309
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,13 @@ permissions:
contents: read
pull-requests: write

on:
on:
push:
branches:
- '*'
- main
tags:
- '*'
- '!v*-*'
branches: ["*"]
tags-ignore: ["v*-*"]

pull_request:
branches:
- main
branches: [ "main" ]
workflow_dispatch:

concurrency:
Expand Down

0 comments on commit 75a0309

Please sign in to comment.