Skip to content

Commit

Permalink
disable push to main to test
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasengels committed Feb 18, 2025
1 parent baa8d51 commit a75093a
Show file tree
Hide file tree
Showing 2 changed files with 229 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,14 @@
name: Build and publish angular 19.1.6 library
name: Build and publish angular 19 library

on:
workflow_dispatch:
push:
branches:
- main
paths:
- "projects/ng-inbo/**" # Trigger on changes in the library folder
- angular-19


jobs:
build-and-publish:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.8.1]
angular-version: [19.1.6]

steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down
226 changes: 226 additions & 0 deletions projects/ng-inbo/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a75093a

Please sign in to comment.