Skip to content

Commit

Permalink
chore: no job runs on push
Browse files Browse the repository at this point in the history
  • Loading branch information
clement2026 committed Aug 9, 2024
1 parent c04b722 commit 168ac8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Build

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

permissions: read-all

Expand Down

0 comments on commit 168ac8e

Please sign in to comment.