Select the types of activity you want to include in your feed.
1name: Test 2 3on: 4 push: 5 branches: 6 - main 7 pull_request: 8 workflow_call: 9 10jobs: 11 test: 12 uses: TanklesXL/gleam_actions/.github/workflows/test.yaml@main 13 with: 14 gleam_version: 1.5.1 15 test_node: false 16 test_erlang: true