Skip to content

Commit

Permalink
Merge pull request #6 from nylas/fix-package-version
Browse files Browse the repository at this point in the history
Fix package version
  • Loading branch information
LincolnRychecky authored Aug 21, 2024
2 parents 92fc4b0 + c9c35e0 commit 20c7179
Showing 1 changed file with 6 additions and 14 deletions.
20 changes: 6 additions & 14 deletions .github/workflows/apex-tests-pr.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,12 @@
name: Salesforce CI

# on:
# push:
# branches:
# - main
# pull_request:
# branches:
# - main

on:
workflow_dispatch:
inputs:
branch:
description: 'Branch to run the tests on'
required: true
default: 'main'
workflow_dispatch:
inputs:
branch:
description: 'Branch to run the tests on'
required: true
default: 'main'

jobs:
build:
Expand Down

0 comments on commit 20c7179

Please sign in to comment.