Skip to content

Commit

Permalink
Run pipeline on tags
Browse files Browse the repository at this point in the history
  • Loading branch information
BhruguR committed Jun 16, 2024
1 parent b5e372c commit 65ba9b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion .env.development

This file was deleted.

3 changes: 3 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,12 @@ on:
- '*/*' # matches every branch containing a single '/'
- '**' # matches every branch
- '!master' # excludes master
tags:
- "*.*.*"
pull_request:
branches: [ $default-branch ]


jobs:
build:

Expand Down

0 comments on commit 65ba9b5

Please sign in to comment.