Skip to content

Commit

Permalink
chore: only trigger on pull_request
Browse files Browse the repository at this point in the history
This avoids unnecessary action minutes being used when working on an isolated branch
  • Loading branch information
dtfiedler committed Aug 1, 2024
1 parent b206d56 commit 56e8145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ant.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Arweave Name Token

on: [push, workflow_dispatch, pull_request]
on: [pull_request]

jobs:
unit:
Expand Down

0 comments on commit 56e8145

Please sign in to comment.