Skip to content

update what branches workflows to run on correct branches and triggers #24

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Sep 5, 2022

Conversation

schiltz3
Copy link
Collaborator

@schiltz3 schiltz3 commented Sep 5, 2022

Updated workflows to run on correct branches and triggers

  • daily:
    • staging
      • dependabot
  • on pr or push
    • main or staging
      • codeql
      • docker-image
    • main
      • publish-docker-image
    • all but main
      • format
  • on pr
    • main or staging
      • dependency-review

@schiltz3 schiltz3 requested a review from nathen418 September 5, 2022 03:55
@schiltz3 schiltz3 self-assigned this Sep 5, 2022
@schiltz3 schiltz3 changed the base branch from main to staging September 5, 2022 04:00
Copy link
Member

@nathen418 nathen418 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@schiltz3
Copy link
Collaborator Author

schiltz3 commented Sep 5, 2022

There we go, dependency review can only work on pr's
FYI since they are all set to push and pr, they will run twice if you ever push to a pr

@schiltz3 schiltz3 merged commit a0b5ebb into staging Sep 5, 2022
@schiltz3 schiltz3 deleted the bugfix/update-workflows branch September 5, 2022 04:32
nathen418 added a commit that referenced this pull request Sep 7, 2022
## New in version 2.2.1
- Many more bugfixes, dependency updates
- Added contributing standards and pull request templates
- Added interfaces and strong typing to all database calls
- Updated workflows to work on the correct branches
- Refined branch protection rules to make collaboration easier

## Merged Pull Requests
* Update README.md by @nathen418 in #14
* Create dependabot.yml by @nathen418 in #15
* Bump chalk from 4.1.2 to 5.0.1 by @dependabot in #18
* Bump mongoose from 6.5.3 to 6.5.4 by @dependabot in #16
* Nathen418/update dependabot by @nathen418 in #19
* merge main into staging by @nathen418 in #20
* update what branches workflows to run on correct branches and triggers by @schiltz3 in #24
* Add Contributing Standards  by @nathen418 in #25
* PR template by @schiltz3 in #26
* Add interfaces for models by @schiltz3 in #22
* Fix bug in `addNewRole` by @schiltz3 in #29
* Bugfix/schiltz3/deepsource by @schiltz3 in #28

## New Contributors
* @dependabot made their first contribution in #18

**Full Changelog**: v2.2.0...v2.2.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants