Skip to content

Commit

Permalink
[workflows] release rule set back to merging with master
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiDreyer committed May 27, 2024
1 parent b71c103 commit d9629bf
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: release
on: pull_request
# push:
# branches: [master, main]
# tags: ["*"]
# paths-ignore: ['**.md']
# workflow_dispatch: #allows manual trigger
on:
push:
branches: [master, main]
tags: ["*"]
paths-ignore: ['**.md']
workflow_dispatch: #allows manual trigger

concurrency: production

Expand Down

0 comments on commit d9629bf

Please sign in to comment.