Skip to content

Commit

Permalink
Add trigger for pull requests release checks
Browse files Browse the repository at this point in the history
This will cause it to be triggered so that the PR can be merged as it
doesn't run on develop like the others
  • Loading branch information
c-git committed Nov 8, 2023
1 parent 267e147 commit c8890f7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
@@ -1,7 +1,10 @@
name: Release Build Confirmation

on:
push:
push:
branches:
- main
pull_request:
branches:
- main
env:
Expand Down

0 comments on commit c8890f7

Please sign in to comment.