Skip to content

Commit

Permalink
ci: only push
Browse files Browse the repository at this point in the history
  • Loading branch information
andreoliwa committed Dec 28, 2024
1 parent 0855204 commit 7c4eadd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/go.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: go
on: [push, pull_request]
on: push

jobs:
# Adapted from https://github.com/marketplace/actions/skip-duplicate-actions
pre_job:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tox.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: tox
on: [push]
on: push

jobs:
# Adapted from https://github.com/marketplace/actions/skip-duplicate-actions
Expand Down

0 comments on commit 7c4eadd

Please sign in to comment.