Skip to content

Commit

Permalink
update action workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
softprops committed Dec 24, 2020
1 parent 8945151 commit cb4b840
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
name: Main

on: [push, pull_request]

on:
workflow_dispatch:
push:
paths-ignore:
- '*.md'
branches:
- main
pull_request:
paths-ignore:
- '*.md'
branches:
- main
jobs:
build:
if: github.event_name == 'pull_request'
runs-on: ubuntu-latest
steps:
# https://github.com/actions/checkout
Expand Down

0 comments on commit cb4b840

Please sign in to comment.