diff options
| author | Alex <git@ajschof.me> | 2024-08-16 14:53:29 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-16 14:53:29 +0100 |
| commit | eb3353ea0df1eee2df2c6a9a9efad121e56e1790 (patch) | |
| tree | bd66d4e6b073aa4397a9002ea619b9c9ff12ae08 | |
| parent | e0aa8facb34f0190d60dbadd045ca98120965be6 (diff) | |
| parent | 9cec304b2f8c2832c4a715bba784a34f7c674c19 (diff) | |
| download | de-project-bentley-eb3353ea0df1eee2df2c6a9a9efad121e56e1790.tar.gz de-project-bentley-eb3353ea0df1eee2df2c6a9a9efad121e56e1790.zip | |
Merge pull request #50 from ajschofield/ci/update-deploy
fix(ci): amend pull to push
| -rw-r--r-- | .github/workflows/deploy.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 00c7263..5672048 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -4,7 +4,7 @@ on: pull_request: branches: - main - pull: + push: branches: - main |
