Skip to content

Commit

Permalink
add workflow tester 15
Browse files Browse the repository at this point in the history
Signed-off-by: GuillaumeFalourd <[email protected]>
  • Loading branch information
GuillaumeFalourd committed Dec 9, 2021
1 parent 645a5d9 commit 2e7c9d2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/workflow-tester15.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Test 15 #https://stackoverflow.com/questions/70290183/github-actions-pull-request-when-base-branch-has-name-something-not-target

on:
pull_request:
branches:
- 'something\/**'

jobs:
test:
runs-on: ubuntu-latest
steps:
- run: echo "Test"

0 comments on commit 2e7c9d2

Please sign in to comment.