Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
ci: specify when to run GH actions
  • Loading branch information
escapedcat committed Aug 19, 2023
commit 28b50057bc76a5e79bfc6d5f1eca0c6bec9c46a3
7 changes: 6 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: CI

on: [push, pull_request]
on:
push:
branches:
- master
pull_request:
types: [opened, synchronize]

jobs:
v14:
Expand Down