Commit graph

66 commits

Author SHA1 Message Date
dependabot[bot]
9d81069398
chore(deps): bump actions/checkout from 5 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-24 21:21:50 +00:00
dependabot[bot]
e7b0a1d1be
chore(deps): bump actions/setup-node from 5 to 6
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 5 to 6.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-20 21:13:21 +00:00
actuallylost
f3a14403de
build: migrate workflow and npm scripts to use pnpm; add pnpm-lock; add es2016 tsconfig lib 2025-09-27 15:33:31 +03:00
dependabot[bot]
9e55bc8273
chore(deps): bump actions/setup-node from 4 to 5
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4 to 5.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-08 21:23:04 +00:00
dependabot[bot]
178974ddfd
chore(deps): bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-12 05:09:18 +00:00
Tim
df1aa716d2 ci: prevent deploy for PRs from forks 2024-11-05 22:42:14 +01:00
Tim
b1683262fb
Merge pull request #679 from inverse/consistent-node-versions
chore: consistent node version
2024-09-22 09:13:30 +02:00
Tim
b3d70d32ff ci(build): merge ifs for deploy step 2024-09-22 09:02:28 +02:00
Tim
36f91ac9c1 ci(build): prevent deploy for PRs from forks 2024-09-22 08:59:33 +02:00
Malachi Soord
dbbeb75447
chore: consistent node version 2024-08-29 22:44:11 +02:00
Tim
2b60b3a5f0 ci(build): use head_ref instead of ref_name when available 2024-07-29 14:00:53 +02:00
Tim
c9b0463b05 ci(build): ignore tags on push 2024-07-26 13:46:57 +02:00
Tim
a65f9509bb ci: trigger either on push or pull_request for build workflow 2024-07-26 13:45:25 +02:00
Tim
37103862bd ci: add contents write permission to build workflow 2024-07-26 11:38:33 +02:00
Tim
7a1597e5fa ci(build): run workflow on pull requests 2024-07-23 08:29:08 +02:00
Tim
ee5821da33 ci(build): fix if statement 2024-06-28 13:02:20 +02:00
Tim
df85f73ce4 ci(build): ignore dependabot when deploying to github pages 2024-06-28 12:45:04 +02:00
Lachezar Lechev
6fceac681f
ci(build): allow for manual dispatch of the build action
Signed-off-by: Lachezar Lechev <lachezar@ambire.com>
2024-06-14 14:16:12 +03:00
Lachezar Lechev
31041b62a8
fix(build): Staging with branch names like feat/my-feature do not get deployed
Signed-off-by: Lachezar Lechev <lachezar@ambire.com>
2024-06-14 13:49:15 +03:00
Tim
86db3e78d0 ci: build for all branches on push 2024-01-03 16:13:41 +01:00
unclekingpin
09c1c4f04c
use github ref_name for all branches 2023-07-18 01:36:49 +03:00
unclekingpin
f2390a9919 remove keep_files flag 2023-05-18 13:48:36 -07:00
unclekingpin
713b46b0d4 revert development branch check 2023-05-18 13:41:11 -07:00
unclekingpin
c8a0b5d1ee test with pages-ci 2023-05-18 13:38:05 -07:00
unclekingpin
9651acd37b fix yaml syntax 2023-05-18 13:36:12 -07:00
unclekingpin
9302807161 use single quotes 2023-05-18 13:35:06 -07:00
unclekingpin
c72218f969 destination_dir check 2023-05-18 13:33:22 -07:00
unclekingpin
46bf7852a2 DESTINATION_DIR env 2023-05-18 13:23:14 -07:00
unclekingpin
1eedb8477f destination_dir check 2023-05-18 13:21:46 -07:00
unclekingpin
af64c2bbd8 revert job split 2023-05-18 13:12:20 -07:00
unclekingpin
7e0edb84a6 keep_files 2023-05-18 13:07:55 -07:00
unclekingpin
52ddcaf71f remove echo 2023-05-18 13:02:45 -07:00
unclekingpin
14ede9df41 job dependency 2023-05-18 13:01:28 -07:00
unclekingpin
fcb4afc170 push on branches 2023-05-18 13:00:03 -07:00
unclekingpin
55715ae396 deploy each branch to gh actions 2023-05-18 12:30:29 -07:00
nklhrstv
24a0535e8e reformat yml files 2021-11-03 09:11:09 +02:00
nklhrstv
018ccef355 remove nodejs setup from the ci workflow 2021-09-28 16:03:38 +03:00
nklhrstv
e787f87021 setup nodejs 12 on the ci 2021-09-28 15:52:40 +03:00
nklhrstv
0f555fff2c build workflow uses upload artivact v2 2020-07-15 14:46:16 +03:00
nklhrstv
a757de420d build workflow uses checkout v2 2020-07-15 14:44:31 +03:00
nklhrstv
a1a0246fae build steps names improved 2020-07-15 14:42:58 +03:00
nklhrstv
f3dd89b27c run build action on push 2020-07-15 14:40:43 +03:00
nklhrstv
3f918d8024 build action updated to use npm 2020-07-15 14:39:48 +03:00
nklhrstv
01449b722c Build actions refactored to separate steps 2020-03-25 09:55:46 +02:00
nklhrstv
fd592184a1 names added in build action 2020-03-24 15:51:23 +02:00
nklhrstv
40e41a1f96 names added in build 2020-03-24 15:50:05 +02:00
nklhrstv
2d7a9fa336 Checkout name fixed 2020-03-24 15:33:58 +02:00
nklhrstv
f247a9b47e Checkout name added in build action 2020-03-24 15:31:21 +02:00
Nikola Hristov
09eaf34055
name removed from build action 2020-03-24 15:23:22 +02:00
nklhrstv
92682fbd32 build action configured with github packages 2020-03-24 15:20:04 +02:00