Skip to content

Commit

Permalink
Reduce number of GitHub Actions jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
webmaster128 committed Aug 1, 2023
1 parent b9a59c9 commit 9d25365
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/Basic.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Based on https://github.com/actions-rs/example/blob/master/.github/workflows/quickstart.yml

on: [push, pull_request]
# Pushes to long living branches and all PRs
on:
push:
branches:
- main
pull_request:

name: Basic

Expand Down

0 comments on commit 9d25365

Please sign in to comment.