Skip to content
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

CI: Run workflows on main and release branches, PRs, not tags #2348

Merged
merged 5 commits into from
Apr 30, 2022

Conversation

wenzeslaus
Copy link
Member

@wenzeslaus wenzeslaus commented Apr 30, 2022

This limits when workflows are running using the 'on' specification. Workflows now run on pushed to the main branch and the release branches and on pull requests against these branches. They no longer run on tags and feature/fix branches.

Additionally, CodeQL runs only on main and PRs to main. (Was missing for 8.0 branch already anyway.)

@wenzeslaus wenzeslaus changed the title CI: Use on to limit when workflows run CI: Run workflows on main and release branches only, for PRs, not for tags Apr 30, 2022
@wenzeslaus wenzeslaus changed the title CI: Run workflows on main and release branches only, for PRs, not for tags CI: Run workflows on main and release branches, PRs, not tags Apr 30, 2022
@wenzeslaus wenzeslaus added the CI Continuous integration label Apr 30, 2022
@wenzeslaus wenzeslaus marked this pull request as ready for review April 30, 2022 04:25
@wenzeslaus wenzeslaus added this to the 8.4.0 milestone Apr 30, 2022
@wenzeslaus wenzeslaus merged commit 8caeb7d into OSGeo:main Apr 30, 2022
@wenzeslaus wenzeslaus deleted the limit-ci-events branch April 30, 2022 11:36
nilason added a commit to nilason/grass that referenced this pull request Oct 18, 2022
ninsbl pushed a commit to ninsbl/grass that referenced this pull request Oct 26, 2022
…2348)

This limits when workflows are running using the 'on' specification. Workflows now run on pushed to the main branch and the release branches and on pull requests against these branches. They no longer run on tags and feature/fix branches.

Additionally, CodeQL runs only on main and PRs to main. (Was missing for 8.0 branch already anyway.)
ninsbl pushed a commit to ninsbl/grass that referenced this pull request Feb 17, 2023
…2348)

This limits when workflows are running using the 'on' specification. Workflows now run on pushed to the main branch and the release branches and on pull requests against these branches. They no longer run on tags and feature/fix branches.

Additionally, CodeQL runs only on main and PRs to main. (Was missing for 8.0 branch already anyway.)
neteler pushed a commit to nilason/grass that referenced this pull request Nov 7, 2023
…2348)

This limits when workflows are running using the 'on' specification. Workflows now run on pushed to the main branch and the release branches and on pull requests against these branches. They no longer run on tags and feature/fix branches.

Additionally, CodeQL runs only on main and PRs to main. (Was missing for 8.0 branch already anyway.)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI Continuous integration
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant