Skip to content

Commit

Permalink
is this cool?
Browse files Browse the repository at this point in the history
  • Loading branch information
bdemann committed Aug 29, 2024
1 parent 2c60c39 commit 9684d43
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/cool.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
name: Release Branch Workflow

on:
pull_request: # Runs on pull requests to any branch
pull_request:
# Sequence of patterns matched against refs/heads
branches:
- release--*
- 'releases/**'
- 'release--*'

jobs:
build:
Expand Down

0 comments on commit 9684d43

Please sign in to comment.