Skip to content

Commit

Permalink
Fixed branches constraint syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
rhoerr committed Jul 8, 2024
1 parent 1591e7b commit a39456c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/coding-standard-baseline.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: Coding Standard With Baseline
on:
pull_request:
branches:
- *
branches: ["**"]
permissions:
contents: read
jobs:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/nx-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ name: Integration Tests (Using Nx)
run-name: ${{ github.actor }} is running Integration Tests
on:
pull_request:
branches:
- *
branches: ["**"]

permissions:
contents: write
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ name: Unit Tests
run-name: ${{ github.actor }} is running Unit Tests
on:
pull_request:
branches:
- *
branches: ["**"]

permissions:
contents: write
Expand Down

0 comments on commit a39456c

Please sign in to comment.