Skip to content

Commit

Permalink
chore: enbale CI on PR
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed Dec 23, 2024
1 parent 3dee5a8 commit f9709c7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
# Run on push, skip release tags
on:
push:
branches: [master]
tags-ignore: ['*']

name: Push commits
pull_request:
branches: [master]

jobs:
test:
Expand Down

0 comments on commit f9709c7

Please sign in to comment.