Skip to content

Commit

Permalink
Trigger CI for "push" event on master (scalar-labs#557)
Browse files Browse the repository at this point in the history
  • Loading branch information
Torch3333 authored Apr 20, 2022
1 parent 8791941 commit 267a9d9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: CI

on: [ pull_request, workflow_dispatch ]
on:
push:
branches:
- master
workflow_dispatch:
pull_request:

env:
TERM: dumb
Expand Down

0 comments on commit 267a9d9

Please sign in to comment.