Skip to content

Commit

Permalink
ci: added prerelease config (#33) (#35)
Browse files Browse the repository at this point in the history
* ci: added prerelease config

* chore: newline
  • Loading branch information
chgl authored Mar 19, 2024
1 parent 83d2591 commit f341c9f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,15 @@ name: ci

on:
push:
branches: [master]
branches:
- master
- beta
release:
types: [created]
pull_request:
branches: [master]
branches:
- master
- beta

permissions: read-all

Expand Down
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,13 @@ deploy/connectors/*

bin

# ignored since it isn't automatically refreshed by renovate
# ignored since it isn't automatically refreshed by renovate or used by fhir restore
# (we're also pinning the dependency versions anyways)
fhirpkg.lock.json
package-lock.json

*.received.fhir.json

tests/k8s/**/charts

node_modules/

0 comments on commit f341c9f

Please sign in to comment.