Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
savageautomate authored Mar 10, 2021
1 parent 6c44405 commit e9e12c4
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
name: Continious Integration


on:
# Triggers the workflow on push or pull request events but only for the master branch
# push:
# branches: [ master ]
# pull_request:
# branches: [ master ]
push:
branches: [ master ]
paths-ignore:
- '**.md'
- '**.sh'
pull_request:
branches: [ master ]
paths-ignore:
- '**.md'
- '**.sh'
workflow_dispatch:

jobs:
Expand Down

0 comments on commit e9e12c4

Please sign in to comment.