Skip to content

Commit

Permalink
Don't re-run tests when creating a tag
Browse files Browse the repository at this point in the history
  • Loading branch information
foca committed Feb 13, 2024
1 parent b9da245 commit 89734c4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Ruby

on: push
on:
push:
branches:
- "**"

jobs:
build:
Expand Down

0 comments on commit 89734c4

Please sign in to comment.