Skip to content

Commit

Permalink
Merge pull request #244 from cloudinary/infra/test-workflow
Browse files Browse the repository at this point in the history
ci(config): Add whitespace
  • Loading branch information
olaf-cichocki authored Dec 13, 2024
2 parents 49783ac + 5b4d213 commit dae5e1f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
name: Pull Request

on: [pull_request_target] #To ensure better security and avoid running on forks
on: [pull_request]

jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
version: [14, 16, 18]
steps:
Expand Down

0 comments on commit dae5e1f

Please sign in to comment.