Skip to content

Commit

Permalink
ci: disable actions on non-main branch push
Browse files Browse the repository at this point in the history
  • Loading branch information
pmrowla committed Feb 15, 2022
1 parent 8431bea commit b260a57
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Tests

on: [push, pull_request]
on:
push:
branches:
- main
pull_request: {}

jobs:
tests:
Expand Down

0 comments on commit b260a57

Please sign in to comment.