Skip to content

Commit

Permalink
Don't run CI after pushing a tag (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
HeikoTheissen committed Jul 7, 2023
1 parent 10245f9 commit e26fefa
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Node CI

on: push
on:
push:
branches:
- '**'

jobs:
build:
Expand Down

0 comments on commit e26fefa

Please sign in to comment.