Skip to content

Commit

Permalink
testing updated github action on triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
rabellino-noaa committed Jul 20, 2023
1 parent f9d1818 commit ef18ee9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/java-commons.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,12 @@ name: Java CI with Gradle

on:
push:
branches:
- 'main'
pull_request:
branches: [ main ]
types:
- 'opened'
- 'reopened'

jobs:
build:
Expand Down
9 changes: 8 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
name: Run Pytest
on: [ push, pull_request ]
on:
push:
branches:
- 'main'
pull_request:
types:
- 'opened'
- 'reopened'
jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit ef18ee9

Please sign in to comment.