Skip to content

Commit

Permalink
ci(actions): only build project on pull-request events (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
fh1ch authored Jul 4, 2024
1 parent 523b6c3 commit 0ea481f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Build, Test, and Deploy

on: [push, pull_request]
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 0ea481f

Please sign in to comment.