Skip to content

Commit

Permalink
- updated github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
MichiBaum committed Dec 22, 2023
1 parent a38310b commit 4801225
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/contributors.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: Update contributors in README.md

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

jobs:
contrib-readme-job:
Expand Down
6 changes: 1 addition & 5 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
name: Build and Publish

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

jobs:
build:
Expand Down

0 comments on commit 4801225

Please sign in to comment.