Skip to content

Commit

Permalink
removed empty line from workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
jannejjj committed Aug 15, 2024
1 parent 8c39909 commit 9ff4ff3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/UpdateSObject_build_and_test_on_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: UpdateSObject_build_main

on:
push:
branches:
branches:
- main
paths:
- 'Frends.Salesforce.UpdateSObject/**'
- "Frends.Salesforce.UpdateSObject/**"
workflow_dispatch:

jobs:
Expand All @@ -25,4 +25,3 @@ jobs:
env_var_value_3: ${{ secrets.SALESFORCE_SECURITY_TOKEN }}
env_var_value_4: ${{ secrets.SALESFORCE_CLIENTID }}
env_var_value_5: ${{ secrets.SALESFORCE_USERNAME}}

0 comments on commit 9ff4ff3

Please sign in to comment.